ghl_contact_delete_task
Deletes a task linked to a contact. Provide the contact ID and task ID to remove it.
Instructions
Delete Task Endpoint: DELETE /contacts/{contactId}/tasks/{taskId} (Version header: v3; source: v3/contacts-v3.json) OAuth scopes: contacts.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task Id | |
| contactId | Yes | Contact Id |