action quotes_delete_qshow { label: "delete_qshow" description: "Delete a qshow.\n" provider: quotes method: DELETE path: "/qshow" encoding: json input: { type: "object" properties: { id: { type: "string" format: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }