action semantria_delete_taxonomy { label: "Remove taxonomy nodes" description: "This method removes certain taxonomy nodes by their IDs on Semantria side." provider: semantria method: DELETE path: "/taxonomy.{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 } }