crm_contact_relationships_delete
Delete a specific relationship between a contact and a related entity by providing contact ID, related entity ID, and relationship type slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set to true to confirm this potentially destructive action | |
| typeSlug | Yes | Relationship type slug | |
| contactId | Yes | Contact ID | |
| relatedEntityId | Yes | Related entity ID |