Delete a campaign
DELETE/v1/networks/:networkId/campaigns/:id
Permanently deletes the campaign document and responds 204. This is a hard delete of the campaign record only — it does not cascade to the campaign's offers or other nested resources. The delete is optimistic-locked, so a concurrent modification returns 409, and a campaign id that does not exist returns 404. Requires the administrator network role.
Request
Responses
- 204
- 401
- 403
- 404
- 409
Campaign deleted
Missing or invalid API key
The API key is not authorized for this resource
Campaign not found
Version conflict