Bulk Delete Triggers (Deprecated)
bulk_delete_triggersDelete up to 500 webhook triggers in a single request from a Procore hook, scoped by company and project. Permanently removes them, requiring a valid hook ID.
Instructions
Delete multiple webhook triggers in a single request. All triggers must be within the same hook, and provide company and/or project scope. Max 500 triggers. DEPRECATED: Procore has deprecated this endpoint (as of 2025-09-15). It is scheduled for removal on 2026-09-16; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Confirm the target id with the matching show or list tool before calling. hook_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the trigger. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: hook_id. Procore API: Platform - Developer Tools > Webhooks. Endpoint: DELETE /rest/v1.0/webhooks/hooks/{hook_id}/triggers/bulk
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook_id | Yes | URL path parameter — unique identifier of the hook |