Delete an advertiser (privileged)
DELETE/v1/advertisers/:id
Permanently deletes the platform-wide advertiser document and responds 204. Requires the super_user role; ordinary network-scoped keys cannot delete advertisers. This is a hard delete of the advertiser record only — it does not cascade to campaigns that reference it. The delete is optimistic-locked, so a concurrent modification returns 409, and an advertiser id that does not exist returns 404.
Request
Responses
- 204
- 401
- 403
- 404
- 409
Advertiser deleted
Missing or invalid API key
Deleting an advertiser requires the super_user role
Advertiser not found
Version conflict