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
Response
The request has succeeded.
Example response
{
"entities_labels": [
{
"entity_type": "CAMPAIGN"
}
],
"errors": [
{
"data": {
"entity_type": "CAMPAIGN"
}
}
]
}