Deletes An Inspection Item Signature
deletes_an_inspection_item_signaturePermanently remove a signature from an inspection item signature request. Specify company, project, item, and signature request IDs.
Instructions
Deletes an Inspection Item Signature for a 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}/signature
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 for the inspection item signature request. |