action semantria_delete_blacklist_items { label: "Remove items from blacklist" description: "This method removes certain blacklisted items by their values on Semantria side." provider: semantria method: DELETE path: "/blacklist.{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 } }