Delete Checklist Signature Request
delete_checklist_signature_requestPermanently delete a signature request from a checklist item. Requires project, list, and signature request IDs. This action cannot be undone.
Instructions
Deletes a Signature Request for a specified Checklist. Use this to permanently delete the specified Inspections. This cannot be undone. Permanently removes the specified Inspections. This action cannot be undone. 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 |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| id | Yes | URL path parameter — signature Request ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. |