# Delete an endpoint

> Remove an endpoint and its delivery history.

`DELETE https://inboundr.net/api/v1/endpoints/{id}`

Removes the endpoint and its recorded webhook deliveries. Any addresses or
domain catch-all pointing at it are unlinked (their mail becomes store-only),
and affected emails' delivery status is recalculated.

<ParamField path="id" type="string" required>
  The endpoint id (`ep_…`).
</ParamField>

<ResponseExample>
```text 204
No Content
```
</ResponseExample>

<Note>Returns `404` if the endpoint doesn't exist or isn't yours.</Note>
