# Remove a webhook Remove the webhook with the given id. Requires an API key with the webhooks:write scope. Endpoint: DELETE /webhooks/{webhookId} Version: 1.0.1 Security: apikey ## Path parameters: - `webhookId` (string, required) ID of the webhook ## Response 401 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 403 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 404 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 429 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 204 fields