---
title: "Wipe a phone"
method: POST
path: "/phones/{phone_id}/wipe"
tags: ["phones"]
---

# Wipe a phone

`POST /phones/{phone_id}/wipe`

Requests an on-demand factory reset of a private phone the caller's org owns. Requires the phone to be ACTIVE and not currently allocated. Sets the phone to MAINTENANCE while the wipe is carried out.

## Path parameters

- `phone_id` string, required — device identifier

## Response `200`

OK

- PhoneSuccessResponse — Generic success message response.
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `message` string, required — Human-readable success description.

## Other responses

- `default` — Error

---

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