Delete audience

View as Markdown
Delete a specific audience by its ID. Users can only delete audiences they created. Cannot delete if audience is being used by a campaign.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
The unique identifier of the audience to delete

Response

Audience deleted successfully
statusboolean
datalist of any

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error