---
title: "Unblock"
method: POST
path: "/internal-blocklist/unblock"
tags: ["internal-blocklist"]
---

# Unblock

`POST /internal-blocklist/unblock`

Remove one standing block so the number can reach the technician again.

The org is resolved from the token rather than taken from the body, so a
caller can only ever unblock inside the org they are currently in.

## Request body

- UnblockRequest — Only the number: the org comes from the caller's token, never the body.
  - `phone_number` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-08** `6139ed1f70a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/internal-blocklist/unblock/post.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/d1993647e543?raw)
