Delete Checklist Schedule Attachment
delete_checklist_schedule_attachmentPermanently delete an attachment from a checklist schedule. Specify project, schedule, and attachment IDs.
Instructions
Delete the attachment pertaining to the Checklist Schedule 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, schedule_id, id. Procore API: Project Management > Inspections. Endpoint: DELETE /rest/v1.0/projects/{project_id}/checklist/schedules/{schedule_id}/attachments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| schedule_id | Yes | URL path parameter — checklist Schedule ID | |
| id | Yes | URL path parameter — checklist Schedule Attachment ID |