delete_project_webhooks_trigger_v2_0
Remove webhook triggers from Procore projects to stop receiving automated notifications for specific events.
Instructions
Delete Project Webhooks Trigger. [Platform - Developer Tools/Webhooks] DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks/{hook_id}/triggers/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| hook_id | Yes | Webhook Hook ID | |
| id | Yes | Webhook Trigger ID |