---
title: "Delete a webhook configuration"
method: DELETE
path: "/payout/account/webhooks/{webhook_token}"
tags: ["Account"]
---

# Delete a webhook configuration

`DELETE /payout/account/webhooks/{webhook_token}`

This **DELETE** endpoint is used to remove an existing webhook configuration from your account. <br>
Provide the `webhook_token` as a path parameter to identify which webhook to delete. <br>
Once successfully deleted, the webhook will no longer receive any event notifications.

## Response `204`

No Content

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

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