Delete Attachment
delete_attachmentPermanently remove an attachment from a Procore inspection checklist. Provide project, list, and attachment IDs to delete.
Instructions
Deletes the specified Attachment. 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/projects/{project_id}/checklist/lists/{list_id}/attachments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| list_id | Yes | URL path parameter — checklist (Inspection) ID | |
| id | Yes | URL path parameter — unique identifier of the Inspections resource |