Delete A Coordination Issue (REST V2.0)
delete_a_coordination_issue_rest_v2_0Permanently deletes a specified coordination issue from a Procore project. Uses soft-delete with notification observer. This action cannot be undone.
Instructions
Soft-delete flow via CoordinationIssues::Public::DeleteService with notification observer. Success: head :ok → HTTP 200 with an empty body. Use this to permanently delete the specified Coordination Issues. This cannot be undone. Permanently removes the specified Coordination Issues. This action cannot be undone. Required parameters: company_id, project_id, id. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — coordination Issue ID (numeric) |