action shutterstock_delete_image_collection { label: "Delete image collections" description: "This endpoint deletes an image collection." provider: shutterstock method: DELETE path: "/v2/images/collections/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }