curl --request DELETE \
  --url https://api.{your-domain.com}/v1/audiences/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

API key with format "Bearer {your-api-key}"

Path Parameters

id
string
required

Unique identifier of the audience

Response

204
application/json
Audience successfully deleted

The response is of type any.