---
title: "Remove a number from a user's blacklist"
method: DELETE
path: "/users/{userId}/blacklists/numbers/{phoneNumber}"
tags: ["blacklist"]
---

# Remove a number from a user's blacklist

`DELETE /users/{userId}/blacklists/numbers/{phoneNumber}`

Removes a phone number from a user's personal blacklist, allowing calls from this number to reach the user again. If the number was not in the blacklist, the request returns `304 Not Modified`.

**Permission:** `Users Write` required.

**Monitoring impact:**
- **OFF:** Can only remove from **your own** blacklist.
- **ON:** Can remove from **any user's** blacklist.

## Path parameters

- `userId` integer, required
- `phoneNumber` integer, required

## Response `200`

Successful operation

## Other responses

- `304` — The number was not in the blacklist (nothing changed)
- `401` — Authentication token is missing, invalid, expired, or Users Write permission is missing
- `500` — Internal server error

---

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