delete_webhooks_hook
Remove a webhook from the Procore system by specifying its ID and company or project context.
Instructions
Delete Webhooks Hook. [Platform - Developer Tools/Webhooks] DELETE /rest/v1.0/webhooks/hooks/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhooks Hook 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. |