Bulk Delete Project Webhooks Triggers
bulk_delete_project_webhooks_triggersDelete multiple webhook triggers for a project in a single request. Permanently removes the specified triggers. Requires company, project, and hook IDs.
Instructions
Deletes multiple Triggers for the Project Webhook in a single request. Use this to permanently delete the specified Webhooks. This cannot be undone. Permanently removes the specified Webhooks. This action cannot be undone. Required parameters: company_id, project_id, hook_id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks/{hook_id}/triggers/bulk
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. | |
| hook_id | Yes | URL path parameter — unique identifier of the hook |