Delete Coordination Issue Workflow Issue
delete_coordination_issue_workflow_issuePermanently deletes a coordination issue with workflow metadata, with access limited to project admins, issue creators, assignees, and workflow members.
Instructions
Deletes a specific Coordination Issue that has associated workflow metadata. Access is controlled by the same visibility rules as other workflow issue endpoints: - Project Admins can delete all workflow issues - Issue creators can delete issues they created - Issue assignees can delete issues assigned to them - Workflow members can delete issues for workflows they are part of. 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/workflow_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 |