MCP Server for eSignatures

by esignaturescom
Verified

delete_template

Deletes a contract template.

Input Schema

NameRequiredDescriptionDefault
template_idYesGUID of the template to be deleted.

Input Schema (JSON Schema)

{ "properties": { "template_id": { "description": "GUID of the template to be deleted.", "type": "string" } }, "required": [ "template_id" ], "type": "object" }