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