---
title: "Delete a webhook destination"
method: DELETE
path: "/v3/webhooks/{id}"
tags: ["Webhook Notifications"]
---

# Delete a webhook destination

`DELETE /v3/webhooks/{id}`

Delete a webhook destination record.

## Path parameters

- `id` string, required

## Response `200`

Destination Deleted

- object
  - `data` object
    - `status` 'success'
  - `request_id` string — The ID for each request.

## Other responses

- `400` — Notification channel not deleted

---

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