ServiceTitan MCP Server

customers_delete_contact

Remove a contact from a customer profile in ServiceTitan by providing the tenant ID, customer ID, and contact ID, ensuring accurate data management.

Input Schema

NameRequiredDescriptionDefault
contactIdYesFormat - int64.
idYesFormat - int64.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "description": "Format - int64.", "type": "integer" }, "id": { "description": "Format - int64.", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "contactId", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r