Arguments
| Argument | Description |
|---|---|
webhookId | Webhook id, e.g. the id returned by clay webhooks list. Required. |
Output
| Field | Type | Description |
|---|---|---|
ok | boolean | Always true when the delete succeeds. |
Errors
| Code | Exit | Notes |
|---|---|---|
auth_forbidden | 3 | The API key lacks permission to manage webhooks. |
not_found | 6 | No webhook with that id. |

