Delete An Inspection Item Attachment
delete_an_inspection_item_attachmentPermanently remove an attachment from a specific inspection item using project, inspection, and attachment IDs. This action cannot be undone.
Instructions
Removes the Attachment for a specified Inspection Item on a given Project. 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, inspection_id, id. Procore API: Project Management > Inspections. Endpoint: DELETE /rest/v1.0/projects/{project_id}/inspections/{inspection_id}/item_attachments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| inspection_id | Yes | URL path parameter — unique identifier for the inspection. | |
| id | Yes | URL path parameter — unique identifier of the Inspections resource |