BrandKarma

delete_content_guideline

Removes a per-language content guideline from the brand.

Remote Account required revuo:brandkarma-4084

Remote (network-hosted) · Requires an account with the vendor · OAuth

Other tools also called delete_content_guideline? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "language": {
      "description": "ISO language code, e.g. 'de'.",
      "type": "string"
    },
    "country": {
      "description": "Optional ISO country code for DACH-style splits, e.g. 'DE'.",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  },
  "required": [
    "brandId",
    "language"
  ]
}