Delete Audience
DELETE/audiences/:id
Deletes an existing Audience list from your account
Use this endpoint to permanently remove an Audience and all associated customer email addresses. This action cannot be undone, so ensure you confirm before deletion.
Request
Path Parameters
id uuidrequired
ID of the Audience to delete
Responses
- 204
- 400
- 401
- 405
Successful operation
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...