---
title: "Deregister mobile device from push notifications service"
method: POST
path: "/api/v1/users/me/actions/deregister_token"
tags: ["Users"]
---

# Deregister mobile device from push notifications service

`POST /api/v1/users/me/actions/deregister_token`

Deregister the user's calling device from receiving push notifications.

## Request body

- TokenDeregistration
  - `token` string, required
  - `type` 'MOBILE_PUSH', required

## Response `204`

Success

## Other responses

- `400` — Bad request
- `409` — Conflict

---

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