MCP Server for eSignatures
by esignaturescom
Verified
withdraw_contract
Withdraws a sent contract.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contract_id | Yes | GUID of the contract to be withdrawn. |
Input Schema (JSON Schema)
{
"properties": {
"contract_id": {
"description": "GUID of the contract to be withdrawn.",
"type": "string"
}
},
"required": [
"contract_id"
],
"type": "object"
}