action slicebox_delete_images_id { label: "delete_images_id" description: "Delete the image with the supplied ID" provider: slicebox method: DELETE path: "/images/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }