Delete Project Webhooks Hook
delete_project_webhooks_hookDelete a specific webhook hook from a Procore project to permanently remove associated triggers. Requires company, project, and hook IDs.
Instructions
Delete Project Webhooks and Triggers associated with hook. 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, id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks/{id}
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. | |
| id | Yes | URL path parameter — unique identifier of the Webhooks resource |