Audiences
Archive audience
Soft-archives the audience. Archived audiences disappear from default GET /v1/audiences and GET /v1/audiences/built responses; pass include_archived=true to surface them. Reversible via POST /v1/audiences/{audience_id}/unarchive. Fails if the audience is still referenced by a campaign-controller membership trigger, a create- or remove-membership controller action, or a campaign component variable.
delete/v1/audiences/{audience_id}
Path parameters
audience_idstring required
Response
Archived audience.
Example response
{
"enabled": "handlebars@buildtime:{{enabled}}",
"name": "handlebars@buildtime:{{name}}"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.