---
title: "Disable Push Token"
method: POST
path: "/push-tokens/disable"
tags: ["push-tokens"]
---

# Disable Push Token

`POST /push-tokens/disable`

## Request body

- DisablePushTokenRequest
  - `token` string, required

## Response `200`

Successful Response

- PushTokenResponse — Deliberately carries no `token`: whoever holds one can push to that device, so echoing it back would put it in client logs and proxies.
  - `platform` 'ios' | 'android', required
  - `last_seen_at` string, date-time, required
  - `disabled_at` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
