Delete Managed Equipment Maintenance Log Attachment
delete_managed_equipment_maintenance_log_attachmentPermanently remove an attachment from a managed equipment maintenance log. This action cannot be undone and requires company ID, log ID, and attachment ID.
Instructions
Deleting an attachment from a Managed Equipment Maintenance Log. Use this to permanently delete the specified Field Productivity records. This cannot be undone. Permanently removes the specified Field Productivity records. This action cannot be undone. Required parameters: company_id, id, attachment_id. Procore API: Project Management > Field Productivity. Endpoint: DELETE /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs/{id}/attachments/{attachment_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the managed equipment maintenance log to get attachments from | |
| attachment_id | Yes | URL path parameter — iD of the managed equipment maintenance log attachment |