action semantria_delete_configurations { label: "Remove user configurations" description: "This method removes certain configuration by unique ID on Semantria side." provider: semantria method: DELETE path: "/configurations.{content_type}" encoding: json input: { type: "object" properties: { content_type: { type: "string" } } required: ["content_type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }