Bulk Delete Managed Equipment Attachment
bulk_delete_managed_equipment_attachmentPermanently delete multiple managed equipment attachments in a single request. Use this to remove specified Field Productivity records; this action cannot be undone.
Instructions
Delete multiple Managed Equipment Attachments with one request. 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. Procore API: Project Management > Field Productivity. Endpoint: DELETE /rest/v1.0/companies/{company_id}/managed_equipment/{id}/managed_equipment_attachments/bulk_destroy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| managed_equipment_id | No | JSON request body field — iD of the Managed Equipment associated with the attachment(s) | |
| managed_equipment_attachment_ids | No | JSON request body field — iDs of all the Managed Equipment Attachment values specified for bulk destroy |