---
title: "Remove FCM token on logout"
method: DELETE
path: "/notifications/fcm-token"
tags: ["Notifications"]
---

# Remove FCM token on logout

`DELETE /notifications/fcm-token`

Call this when user logs out from a specific browser/device. Only that device will stop receiving notifications.

## Request body

- RemoveFcmTokenDto
  - `token` string, required — FCM token to remove

## Response `200`

---

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