delete_template
Permanently remove contract templates from the MCP Server for eSignatures by specifying the template's GUID to streamline template management and maintain an organized workflow.
Instructions
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"
}