action quotes_post_qshow_quotes_remove { label: "post_qshow_quotes_remove" description: "Remove a quote to a given Qshow." provider: quotes method: POST path: "/qshow/quotes/remove" encoding: json input: { type: "object" properties: { id: { type: "string" format: "string" } quoteid: { type: "string" format: "string" } } required: ["id", "quoteid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }