delete_audience
Permanently delete an audience and all its members, segments, campaigns, and stats with no way to undo.
Instructions
Permanently delete an audience and all its members, segments, campaigns, and stats. Irreversible.
Side effect: removes every member of the audience and all historical data tied to it. Cannot be undone via the API. Use update_audience to rename or archive-like changes instead. Use list_audience_members to back up members first if needed.
Returns 404 error if list_id does not exist.
Args: list_id: Audience/list ID to delete (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. Double-check before calling — deletion is permanent.
Returns: JSON with status ('deleted') and list_id on success, or error object on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |