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