MCP Server for eSignatures
by esignaturescom
Verified
delete_template
Deletes a contract template.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_id | Yes | GUID 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"
}