---
title: "Unregister FCM token"
method: DELETE
path: "/api/notifications/unregister"
tags: ["notifications"]
---

# Unregister FCM token

`DELETE /api/notifications/unregister`

Remove Firebase Cloud Messaging token by fcm_token.

## Query parameters

- `fcm_token` string, required — FCM token to unregister

## Response `200`

Successful Response

- UnregisterFCMTokenResponse — Response model for FCM token unregistration.
  - `title` string — Success title
  - `message` string, required — Success message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
