Skip to main content

Delete an audience

Deletes the specified recipient Profile.

URL: https://api.courier.com/audiences/:audience_id

Method: DELETE

Path Parameters

audience_idstringrequired
A unique identifier representing the audience you want to delete.

Response

status: 204 No Content

Request Example

curl --request DELETE \
--url https://api.courier.com/audiences/my-favorite-developer-audience \
--header 'Accept: application/json'

Responses Example

Empty

Example

Method: DELETE

URL: https://api.courier.com/audiences/abcdefgh12345678

Was this helpful?