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