action clearblade_delete_collection { label: "DATA - Delete collection" description: "Deletes an existing collection in the specified system." provider: clearblade method: DELETE path: "/api/v/3/collectionmanagement" encoding: json input: { type: "object" properties: { "ClearBlade-SystemKey": { type: "string" } "ClearBlade-UserToken": { type: "string" } id: { type: "string" } } required: ["ClearBlade-SystemKey", "ClearBlade-UserToken", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }