Deletes An Inspection Item Signature Request
deletes_an_inspection_item_signature_requestPermanently delete a signature request from an inspection item. This action cannot be undone and requires company, project, inspection item IDs.
Instructions
Deletes the specified Inspection Item Signature Request. Use this to permanently delete the specified Inspections. This cannot be undone. Permanently removes the specified Inspections. This action cannot be undone. Required parameters: company_id, project_id, item_id, id. Procore API (v2.0): Project Management > Inspections. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_items/{item_id}/signature_requests/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| item_id | Yes | URL path parameter — unique identifier for the inspection item. | |
| id | Yes | URL path parameter — unique identifier of the Inspection Item Signature |