action visagecloud_remove_classification_attributes_from_profile_using_delete { label: "Removes classification attributes from a profile" provider: visagecloud method: DELETE path: "/rest/v1.1/profile/classificationAttributes" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } collectionId: { type: "string" } profileId: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "collectionId", "profileId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }