---
title: "Detach phone number from scenario"
method: DELETE
path: "/numbers/{number}/scenario"
tags: ["Phone Numbers"]
---

# Detach phone number from scenario

`DELETE /numbers/{number}/scenario`

Detach a phone number from its scenario.

While the number remains allocated to your account, it is not engaged in any
scenario. Any calls made to this number will be declined with an "unallocated number"
message.

## Path parameters

- `number` string, required — A phone number in ITU-T E.164 format https://en.wikipedia.org/wiki/E.164, prefixed by "+"

## Response `204`

Phone number detached

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource Not Found
- `405` — Method Not Allowed
- `429` — Too Many Requests (rate limit exceeded)
- `500` — Internal Server Error

---

[API](https://skmtc.net/callr/apis/callr-rest-api-v2-0.md) · [All operations](https://skmtc.net/callr/apis/callr-rest-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callr/callr-rest-api-v2-0/versions/76d36d004a8f/schema)
