Delete Checklist Signature
delete_checklist_signaturePermanently delete a checklist signature by specifying the list ID, signature request ID, and project ID. This action cannot be undone.
Instructions
Deletes a Signature for a specified Checklist Signature Request. Confirm the target id with the matching show or list tool before calling. list_id, signature_request_id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the checklist signature. This cannot be undone, and a repeat call returns 404. 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: list_id, signature_request_id, project_id. Procore API: Project Management > Inspections. Endpoint: DELETE /rest/v1.0/checklist/lists/{list_id}/signature_requests/{signature_request_id}/signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| signature_request_id | Yes | URL path parameter — checklist Signature Request ID |