---
title: "Delete a phone number"
method: DELETE
path: "/numbers/{phone_number_slug}"
tags: ["phoneNumbers"]
---

# Delete a phone number

`DELETE /numbers/{phone_number_slug}`

Deletes a phone number from your workspace. This will detach the phone number from any agents it is linked to. For phone numbers purchased through Synthflow, this also cancels the monthly subscription.

## Path parameters

- `phone_number_slug` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- PhoneNumbersDeletePhoneNumberResponse200
  - `status` string — Whether the request was successful.

## Other responses

- `400` — 400

---

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