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