---
title: "Delete SIP address"
method: DELETE
path: "/api/fabric/sip_addresses/{id}"
tags: ["SIP Addresses"]
---

# Delete SIP address

`DELETE /api/fabric/sip_addresses/{id}`

Deletes a SIP address by ID, along with its SIP configuration. Calls and registrations to this
address will stop working immediately.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Calling_, _Fax_, _Messaging_, or _Video_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `id` string, uuid, required — Universal Unique Identifier.

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `500` — An internal server error occurred.

## Changes

> 70 revisions in range; 3 could not be searched.

- **2026-07-20** `5f33aa5a5865` — 1 info
  - endpoint added
- **2026-07-20** `38d26c13aca7` — 1 breaking
  - api path removed without deprecation
- **2026-07-20** `da13dc8ee55a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/signalwire/apis/signalwire-rest-api/changes/api/fabric/sip_addresses/:id/delete.md)

---

[API](https://skmtc.dev/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.dev/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/signalwire/apis/signalwire-rest-api/revisions/14b262a4830d?raw)
