action quotes_delete_quote_image_background { label: "delete_quote_image_background" description: "Delete a background image file. The user needs to be the owner of the background image to be able to delete it.\n" provider: quotes method: DELETE path: "/quote/image/background" encoding: json input: { type: "object" properties: { id: { type: "string" format: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }