Audiences
Remove leads from an audience. The leads themselves are not deleted.
post/api/external/v1/audiences/remove-leads
Request body
Example request
{
"workspace_id": 55,
"audience_id": 44,
"lead_ids": [
56789
]
}Response
Example response
{
"audience_id": 44,
"removed": 1,
"lead_count": 2
}