---
title: "Force-unbind an AOR (or a single contact within it)"
method: DELETE
path: "/sip/registrations/{aor}"
tags: ["SIP Registrations"]
---

# Force-unbind an AOR (or a single contact within it)

`DELETE /sip/registrations/{aor}`

The AOR must be URL-encoded in the path (for example, `sip:alice@vb.example` is encoded as `sip%3Aalice%40vb.example`). Without query parameters, every Contact under the AOR is removed; with `?contact=<contact-uri>` only that single Contact is removed.

## Response `204`

Binding(s) removed

## Other responses

- `400` — Invalid AOR encoding
- `404` — AOR (or specified contact) not found

## Changes

- **2026-06-02** `f2079fd29bcd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/sip/registrations/:aor/delete.md)

---

[API](https://skmtc.dev/voiceblender/apis/voiceblender-api.md) · [All operations](https://skmtc.dev/voiceblender/apis/voiceblender-api/llms.txt) · [OpenAPI document](https://skmtc.dev/voiceblender/apis/voiceblender-api/revisions/9b0a18aea1e2?raw)
