---
title: "Delete a webhook endpoint"
method: DELETE
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Delete a webhook endpoint

`DELETE /webhooks/{webhookId}`

This is used to delete a webhook by its unique Id

## Path parameters

- `webhookId` string, required

## Response `200`

Webhook endpoint successfully deleted

- WebhookEndpointDeleted
  - `id` string — The Id of the deleted webhook endpoint

## Other responses

- `404` — The given resource could not be found
- `500` — An unexpected error occurred when executing this request

---

[API](https://skmtc.net/ryftpay/apis/ryft-payment-api.md) · [All operations](https://skmtc.net/ryftpay/apis/ryft-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ryftpay/ryft-payment-api/revisions/a042f64d4305/schema)
