ghl_contact_remove_from_campaign
Removes a contact from a specified campaign using contact ID and campaign ID. Requires contacts.write OAuth scope.
Instructions
Remove Contact From Campaign Endpoint: DELETE /contacts/{contactId}/campaigns/{campaignId} (Version header: v3; source: v3/contacts-v3.json) OAuth scopes: contacts.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact Id | |
| campaignId | Yes | Campaign Id |