delete_webhooks_trigger
Remove a specific webhook trigger in Procore to stop receiving notifications for particular events. Use this tool to manage webhook configurations by deleting triggers you no longer need.
Instructions
Delete Webhooks Trigger. [Platform - Developer Tools/Webhooks] DELETE /rest/v1.0/webhooks/hooks/{hook_id}/triggers/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook_id | Yes | Webhooks Hook ID | |
| id | Yes | Webhooks Trigger ID | |
| company_id | Yes | Unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | Yes | Unique identifier for the project. You must supply either a company_id or project_id. |