---
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

---

[API](https://skmtc.net/voiceblender/apis/voiceblender-api.md) · [All operations](https://skmtc.net/voiceblender/apis/voiceblender-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voiceblender/voiceblender-api/revisions/bd583fca5230/schema)
