Audiences
Delete an audience. The leads in it are kept.
Only the segment is removed. Unlike the dashboard's version, this endpoint has no option to delete the leads themselves: that is irreversible, and nothing about removing a grouping implies destroying the people in it. Leads that were only reachable through this audience remain in the workspace and are still findable with leads/search.
post/api/external/v1/audiences/delete
Request body
Example request
{
"workspace_id": 55,
"audience_id": 44
}Response
Example response
{
"audience_id": 44,
"leads_kept": 12,
"message": "Audience deleted. Its leads were kept."
}