action semantria_cancel_collection { label: "Cancel collection analysis" description: "This method cancels collection analysis by unique ID on Semantria side if it is waiting for analysis in queue." provider: semantria method: DELETE path: "/collection/{collection_id}.{content_type}" encoding: json input: { type: "object" properties: { collection_id: { type: "string" } config_id: { type: "string" } content_type: { type: "string" } } required: ["collection_id", "content_type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }