ServiceTitan MCP Server

projects_detach_job

Detach a job from its associated project within ServiceTitan, using a specified job ID and tenant ID to ensure accurate disassociation within tenant-specific workflows.

Input Schema

NameRequiredDescriptionDefault
jobIdYesFormat - int64.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r