action visagecloud_remove_classifer_using_delete { label: "Delete existing classifier" provider: visagecloud method: DELETE path: "/rest/v1.1/classifier/svm" 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 } }