cURL
curl --request DELETE \ --url https://api.selfmailkit.com/v1/audiences/{id} \ --header 'Authorization: Bearer <token>'
204
success
{}
Endpoint: v1/audiences/{id}
v1/audiences/{id}
Delete a specific audience. This action cannot be undone.
API key with format "Bearer {your-api-key}"
Unique identifier of the audience
Audience successfully deleted
The response is of type any.
any