Delete Company Webhooks Trigger
delete_company_webhooks_triggerPermanently delete a specified webhooks trigger for a company. This action cannot be undone.
Instructions
Delete Company Webhooks Trigger. 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, hook_id, id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: DELETE /rest/v2.0/companies/{company_id}/webhooks/hooks/{hook_id}/triggers/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| hook_id | Yes | URL path parameter — unique identifier of the hook | |
| id | Yes | URL path parameter — unique identifier of the Webhooks resource |