---
title: "Unregister a phone's Expo push token"
method: DELETE
path: "/api/v1/push/devices/{token}"
tags: ["push"]
---

# Unregister a phone's Expo push token

`DELETE /api/v1/push/devices/{token}`

## Path parameters

- `token` string, required — Expo push token (URL-encoded) identifying the device.

## Response `200`

OK

- UnregisterPushDeviceResponse
  - `deleted` boolean, required
  - `token` string, required

## Other responses

- `500` — Internal Server Error
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/0754881ee8f4/schema)
