delete_a_crew
Remove a crew from a Procore project by specifying the project ID and crew ID. This action deletes the crew configuration including members, equipment, and leadership assignments.
Instructions
Delete a Crew. [Core/Directory] DELETE /rest/v1.0/projects/{project_id}/crews/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Id of the Crew | |
| lead_party_id | No | Party Id of crew leader | |
| name | No | Crew Name | |
| party_ids | No | party_ids | |
| equipment_ids | No | equipment_ids |