Audiences

Remove an existing audience

Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

delete/audiences/{id}

Path parameters

idstring required

The Audience ID.

Response

OK

idstring

The ID of the audience.

objectstring

The object of the audience.

deletedboolean

The deleted attribute indicates that the corresponding audience has been deleted.

Example response

{
  "id": "78261eea-8f8b-4381-83c6-79fa7120f1cf",
  "object": "audience",
  "deleted": true
}

Changes