Audiences
Detach an audience from a campaign.
Removes the link only — the audience, its leads, and any pages already generated for them are untouched.
post/api/external/v1/audiences/unlink-from-campaign
Request body
Example request
{
"workspace_id": 55,
"audience_id": 44,
"campaign_id": 123
}Response
Example response
{
"audience_id": 44,
"campaign_id": 123,
"message": "Audience unlinked from campaign."
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○