# Delete a webhook endpoint This is used to delete a webhook by its unique Id Endpoint: DELETE /webhooks/{webhookId} Version: 1.1.0 Security: secretApiKeyAuth ## Path parameters: - `webhookId` (string, required) Webhook Id to delete Example: "wh_01FCTS1XMKH9FF43CAFA4CXT3P" ## Response 200 fields (application/json): - `id` (string) The Id of the deleted webhook endpoint Example: "wh_31fba123-0fef-41d6-92ad-fd7089f49f8a" ## Response 404 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON" ## Response 500 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON"