MCP Server for eSignatures
by esignaturescom
Verified
delete_contract
Deletes a contract. The contract can only be deleted if it's a test contract or a draft contract.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contract_id | Yes | GUID of the contract to be deleted. |
Input Schema (JSON Schema)
{
"properties": {
"contract_id": {
"description": "GUID of the contract to be deleted.",
"type": "string"
}
},
"required": [
"contract_id"
],
"type": "object"
}