MCP Server for eSignatures

by esignaturescom
Verified

withdraw_contract

Withdraws a sent contract.

Input Schema

NameRequiredDescriptionDefault
contract_idYesGUID 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" }