---
title: "Delete an Endpoint"
method: DELETE
path: "/api/v1/Account/{auth_id}/Endpoint/{endpoint_id}/"
tags: ["Endpoints"]
---

# Delete an Endpoint

`DELETE /api/v1/Account/{auth_id}/Endpoint/{endpoint_id}/`

Permanently delete an endpoint from your Vobiz account. Once deleted,
the SIP URI will no longer be accessible, and any devices registered
with this endpoint will be disconnected.

## Path parameters

- `auth_id` string, required
- `endpoint_id` string, required

## Response `200`

Success

- string

## Other responses

- `204` — Endpoint deleted
- `404` — Endpoint not found

---

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