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