Bulk Delete Procore Item Associations
bulk_delete_procore_item_associationsDelete multiple associations between Coordination Issues and Procore items in one request. Requires admin permission and specifies project, item type, and association IDs.
Instructions
Delete multiple associations between Coordination Issues and Procore items in a single request. This operation can delete associations across multiple coordination issues within the same project. Authorization: Requires admin permission (delete_coordination_issue). Parameters: All associations must belong to the specified project. Non-existent association IDs are ignored and returned in the response. 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: project_id, item_type, association_ids. Procore API: Project Management > Coordination Issues. Endpoint: DELETE /rest/v1.0/procore_item_associations/bulk_destroy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| item_type | Yes | JSON request body field — type of Procore Association Items | |
| association_ids | Yes | JSON request body field — array of Procore Item Association IDs to delete |