Delete A Maintenance Record By ID(Project)
delete_a_maintenance_record_by_id_projectPermanently delete a maintenance record for specified equipment using its ID, equipment ID, project ID, and company ID. This action cannot be undone.
Instructions
Delete a maintenance record by ID(Project). 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, project_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_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 | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. |