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

# Delete a webhook

`DELETE /webhooks/{webhookId}`

## Path parameters

- `webhookId` string, required

## Response `200`

Webhook deleted

- SuccessResponse
  - `success` true, required
  - `data` object, required
    - `message` string, required
  - `meta` ApiMeta, required
    - `requestId` string, required — Unique request identifier for debugging and support

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found
- `500` — Internal server error

## Changes

- **2026-01-23** `c7a958bca791` — 3 info
  - added the optional property `error/hint` to the response with the `401` status
  - added the optional property `error/hint` to the response with the `404` status
  - added the optional property `error/hint` to the response with the `500` status

[Change history](https://skmtc.dev/arkhq-io/apis/ark-email-api/changes/webhooks/:webhookId/delete.md)

---

[API](https://skmtc.dev/arkhq-io/apis/ark-email-api.md) · [All operations](https://skmtc.dev/arkhq-io/apis/ark-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arkhq-io/ark-email-api/revisions/d7be50edd67f/schema)
