Skip to main content
DELETE
/
audiences
/
{audience_id}
Delete Audience
curl --request DELETE \
  --url https://{defaultHost}/audiences/{audience_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

An account API key, account scoped JWT, app API key, or user OAuth token.

Path Parameters

audience_id
string
required

The ID of the audience, which will look like adaud_*************.

Response

200 - application/json

audience deleted

success
boolean
required