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

# Unregister a phone's Expo push token, leaving it paired

`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

## Changes

- **2026-07-21** `e176d4e22f1a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/push/devices/:token/delete.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/09f65272fe44/schema)
