---
title: "Delete webhook endpoint"
method: DELETE
path: "/v2/webhook-endpoints/{endpointId}"
tags: ["Webhook Endpoints"]
---

# Delete webhook endpoint

`DELETE /v2/webhook-endpoints/{endpointId}`

Delete a webhook endpoint.
Cannot delete an endpoint that is in use by active webhooks.
Free API - does not count towards usage quota.

## Path parameters

- `endpointId` string, required

## Response `200`

Endpoint deleted successfully

- DeleteWebhookEndpointResponse — Delete webhook endpoint response
  - `success` boolean, required
  - `message` string, required

## Other responses

- `401` — Authentication failed
- `404` — endpointId not found
- `409` — Cannot delete endpoint that is in use

---

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