campaigns
Remove groups from a campaign
Removes one or more call groups from a campaign. The group IDs to remove are provided as a query parameter array (to_groups). Users in those groups will no longer receive campaign calls. The response indicates which groups were successfully removed.
Permission: No specific permission required. A valid API key is sufficient.
delete/campaigns/call/{campaignscalllistuuid}/groups
Path parameters
campaignscalllistuuidstring uuid required
The UUID of the campaign (e.g., 1a7a5639-3818-4b0e-9285-f6b3795f8db4). Use GET /campaigns/call to discover campaign UUIDs.
Query parameters
to_groupsinteger[]
Array of group IDs to remove from the campaign.
Response
Successful operation