Delete Equipment Timecard Entry (Project)
delete_equipment_timecard_entry_projectPermanently delete a specific equipment timecard entry from a project. This action cannot be undone.
Instructions
Delete equipment timecard entry (Project). 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: project_id, company_id, id. Procore API: Project Management > Field Productivity. Endpoint: DELETE /rest/v1.0/companies/{company_id}/projects/{project_id}/equipment_timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the equipment timecard entry |