Withdraw An Electronic Signature
withdraw_an_electronic_signatureWithdraw an electronic signature in Procore by ID. Invalidates the signature, allowing you to correct or remove it from a contract.
Instructions
The endpoint gives the ability to withdraw an Electronic Signature. Send only the fields you intend to change; omitted fields keep their current values. electronic_signature_id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified electronic signature on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: electronic_signature_id. Procore API: Construction Financials > Contracts. Endpoint: PATCH /rest/v1.0/electronic_signatures/{electronic_signature_id}/withdraw
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | No | Query string parameter — company_id (either company_id or project_id is required) | |
| project_id | No | Query string parameter — project_id (either project_id or company_id is required) | |
| electronic_signature_id | Yes | URL path parameter — iD of the Electronic Signature to withdraw. |