---
title: "Delete a webhook"
method: DELETE
path: "/v2/accounts/{account_id}/webhooks/{webhook_id}"
tags: ["Partner Webhooks"]
---

# Delete a webhook

`DELETE /v2/accounts/{account_id}/webhooks/{webhook_id}`

Delete a webhook for a sub-merchant account. Returns empty array on success. Authentication: OAuth access_token.

## Path parameters

- `account_id` string, required
- `webhook_id` string, required

## Response `200`

Webhook deleted

- object — Empty object on success.

## Other responses

- `400` — Bad request. Invalid parameters or missing required fields.
- `401` — Authentication failed. Invalid or missing API key credentials.
- `404` — Resource not found.
- `429` — Rate limit exceeded. Implement exponential backoff with jitter before retrying.
- `500` — Internal server error.

---

[API](https://skmtc.dev/razorpay/apis/razorpay-api.md) · [All operations](https://skmtc.dev/razorpay/apis/razorpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/razorpay/razorpay-api/revisions/824ca9e6faef/schema)
