MCP Server for eSignatures

by esignaturescom
Verified

remove_template_collaborator

Removes the template collaborator

Input Schema

NameRequiredDescriptionDefault
template_collaborator_idYesCollaborator's GUID.
template_idYesTemplates's GUID.

Input Schema (JSON Schema)

{ "properties": { "template_collaborator_id": { "description": "Collaborator's GUID.", "type": "string" }, "template_id": { "description": "Templates's GUID.", "type": "string" } }, "required": [ "template_id", "template_collaborator_id" ], "type": "object" }