Delete ad set
DELETE/ad-publishing/facebook/adsets/:adSetId
Delete a Facebook ad set by ID
Request
Version stringrequired
API Version
Available options
v3adSetId stringrequired
Ad set identifier
- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location identifier
{
"locationId": "HChooFuiyPpVYzeJ4HMe"
}
Acknowledgement that the ad set was deleted
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
True when the operation succeeded
{
"success": true
}