Delete A Crew
delete_a_crewPermanently delete a crew from a project. This action cannot be undone.
Instructions
Deleting a Crew associated with the specified Project. Use this to permanently delete the specified Directory records. This cannot be undone. Permanently removes the specified Directory records. This action cannot be undone. Required parameters: project_id, id. Procore API: Core > Directory. Endpoint: DELETE /rest/v1.0/projects/{project_id}/crews/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| lead_party_id | No | JSON request body field — party Id of crew leader | |
| name | No | JSON request body field — crew Name | |
| party_ids | No | JSON request body field — array of party identifiers | |
| equipment_ids | No | JSON request body field — array of equipment identifiers |