action slicebox_post_images_delete { label: "post_images_delete" description: "bulk delete a sequence of images according to the supplied image IDs. This is the same as a sequence of DELETE requests to /images/{id}" provider: slicebox method: POST path: "/images/delete" encoding: json output: { type: "object" additionalProperties: true } }