Delete A Maintenance Record By ID
delete_a_maintenance_record_by_idDelete a maintenance record permanently by providing maintenance, equipment, and company IDs.
Instructions
Delete a specific maintenance record by its ID. Use this to permanently delete the specified Equipment records. This cannot be undone. Permanently removes the specified Equipment records. This action cannot be undone. Required parameters: maintenance_id, equipment_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: DELETE /rest/v2.0/companies/{company_id}/equipment_register/{equipment_id}/maintenance/records/{maintenance_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maintenance_id | Yes | URL path parameter — unique identifier of the maintenance | |
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| company_id | Yes | URL path parameter — unique identifier for the company. |