action semantria_delete_categories { label: "Remove user categories" description: "This method removes certain user categories by their IDs on Semantria side." provider: semantria method: DELETE path: "/categories.{content_type}" encoding: json input: { type: "object" properties: { config_id: { type: "string" } content_type: { type: "string" } } required: ["content_type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }