action visagecloud_delete_collection_using_delete { label: "Delete existing collection with associated profiles and faces." provider: visagecloud method: DELETE path: "/rest/v1.1/collection/{id}" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } id: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "id", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }