Delete Bulk Coordination Issues
delete_bulk_coordination_issuesDelete multiple coordination issues in one request by providing project ID and a list of issue IDs.
Instructions
This endpoint is used to delete a batch of CoordinationIssues. Use this to perform the delete bulk action on Coordination Issues. Creates a new Coordination Issues and returns the created object on success (HTTP 201). Required parameters: project_id, deletes. Procore API: Project Management > Coordination Issues. Endpoint: POST /rest/v1.0/coordination_issues/bulk_delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| deletes | Yes | JSON request body field — an array of objects containing resource id to delete |