action billbee_article_delete_article { label: "Deletes a product" provider: billbee method: DELETE path: "/api/v1/products/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" } }