action visagecloud_delete_profile_using_delete { label: "Deletes a profile and unmaps all its faces" provider: visagecloud method: DELETE path: "/rest/v1.1/profile/{id}" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } collectionId: { type: "string" } id: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "collectionId", "id", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }