Skip to main content
DELETE
/
v1
/
audiences
/
{id}
Delete Audience
curl --request DELETE \
  --url https://api.example.com/v1/audiences/{id}
id
string
required
The ID of the audience to delete.

Request

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

Response

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