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