# Delete Existing Webhook Deletes existing webhook. Endpoint: DELETE /api/v1/webhooks/{webhookId} Version: 1.0.0 ## Path parameters: - `webhookId` (string, required) The ID of the webhook to update. ## Header parameters: - `Accept` (string) Example: "application/json" - `token` (string) Example: "{API key}" ## Response 400 fields (application/json): - `error` (string) Example: "Bad Request" - `statusCode` (integer) Example: 400 - `message` (string) Example: "Webhook ID not provided." ## Response 401 fields (application/json): - `error` (string) Example: "Unauthorized" - `statusCode` (integer) Example: 401 - `message` (string) Example: "Invalid API Key" ## Response 404 fields (application/json): - `error` (string) Example: "Not Found" - `statusCode` (integer) Example: 404 - `message` (string) Example: "Cannot DELETE /api/v1/webhooks/{webhookId}" ## Response 500 fields (application/json): - `error` (string) Example: "Internal Server Error" - `statusCode` (integer) Example: 500 - `message` (string) Example: "Unexpected server error occurred. Please try again later."