delete_audience
Permanently delete an audience and all its members, segments, campaigns, and stats. This action is irreversible and cannot be undone.
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.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. 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 |
|---|---|---|---|
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |