Audiences
Delete an audience
Delete an audience. The contacts in it are kept.
DELETE
/v1/audiences/{id}API keyDeletes the audience and its membership list. The contacts themselves are not deleted; they stay in the project and in any other audiences.
An audience can't be deleted while a broadcast to it is scheduled or sending. Cancel the broadcast first.
Path parameters
The audience ID.
Response
Errors
| Status | Code | When |
|---|---|---|
| 404 | audience_not_found | No audience with that ID in this project. |
| 409 | audience_in_use | A broadcast to this audience is scheduled or sending. |