Delete audience
Campaigns
Delete Audience
Permanently delete audience records from a campaign. This action is irreversible.
POST
Delete audience
Use this endpoint to permanently delete audience records from a campaign.
When using
Endpoint
POST/delete-audience
Content-Type: application/json
Authentication: Required (workspace auth)
Request Body
Delete specific audience
Delete all audience (draft campaigns only)
Response
delete_all:
Behavior
- Hard deletes audience records — this action is irreversible.
- When
delete_allistrue, all audience for the campaign are deleted. This is only allowed when the campaign is in draft status. - When
delete_allis not set,audiencearray is required. - Only deletes records belonging to the specified campaign, company, and workspace.
Error Cases
Example cURL
Headers
API token for authentication
Body
application/json
Response
Audience deleted successfully

