v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
labels

Remove label from entities

Closed beta

Remove a label from one or more entities.

post/ad_accounts/{ad_account_id}/labels/{label_id}/remove

Path parameters

ad_account_idstring required
label_idstring required

Label ID.

Request body

entity_idsstring[] required

Entity IDs to apply label to.

Response

The request has succeeded.

Example response

{
  "entities_labels": [
    {
      "entity_type": "CAMPAIGN"
    }
  ],
  "errors": [
    {
      "data": {
        "entity_type": "CAMPAIGN"
      }
    }
  ]
}