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

# Delete a platform webhook

`DELETE /platform/webhooks/{webhookId}`

Delete a platform webhook. This stops all event delivery to the webhook URL.
This action cannot be undone.

## Response `200`

Platform 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
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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