Skip to main content
DELETE
/
audiences
/
{id}
Delete Audience
curl --request DELETE \
  --url https://api.unosend.co/audiences/{id} \
  --header 'Authorization: Bearer <token>'
id
string
required
The ID of the audience to delete.

Request

curl -X DELETE https://api.unosend.co/audiences/aud_123 \
  -H "Authorization: Bearer un_xxxxxxxxxx"

Response

200
{
  "success": true,
  "data": {
    "id": "aud_123"
  }
}
Deleting an audience will also delete all contacts within it. This action cannot be undone.