---
title: "Delete Endpoint"
method: DELETE
path: "/v1/webhook-endpoints/{endpoint_id}"
tags: ["dropship-v1"]
---

# Delete Endpoint

`DELETE /v1/webhook-endpoints/{endpoint_id}`

Deactivates a webhook endpoint (pending deliveries are abandoned).

## Path parameters

- `endpoint_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
