Delete an audience
DELETE
/v1/audiences/{audience_id}
curl -X DELETE "https://us1.platform.bird.com/v1/audiences/{audience_id}" \
-H "Authorization: Bearer $TOKEN"Deletes an audience and its memberships. Contacts themselves are not deleted. An audience cannot be deleted while a broadcast targeting it is scheduled, accepted, sending, or canceling; cancel that broadcast first, then retry.
Parameters
audience_id
string
ID of the audience to delete (adn_-prefixed).