ServiceTitan MCP Server

invoices_delete_invoice_item

Remove a specific item from an invoice in ServiceTitan using the tenant ID, invoice ID, and item ID. Streamlines invoice management by deleting unwanted or incorrect entries.

Input Schema

NameRequiredDescriptionDefault
invoiceIdYesFormat - int64.
itemIdYesFormat - int64.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r