---
title: "Delete a Webhook"
method: DELETE
path: "/2024-11/organizations/{organization_id}/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Delete a Webhook

`DELETE /2024-11/organizations/{organization_id}/webhooks/{webhook_id}`

Delete a single webhook from your organization.
Required authorization scope:  `enterprise.webhook:write`

## Path parameters

- `organization_id` string, uuid, required
- `webhook_id` string, required

## Response `200`

webhook successfully deleted

- Success — General success response
  - `success` object
    - `message` string
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `400` — failed to destroy webhook
- `404` — no record found

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/versions/71d737a5fcbf/schema)
