---
title: "Unsubscribe from Loops mailing list"
method: POST
path: "/api/user/unsubscribe"
tags: ["User"]
---

# Unsubscribe from Loops mailing list

`POST /api/user/unsubscribe`

Unsubscribe the authenticated user from the Loops mailing list

## Response `200`

User unsubscribed from Loops mailing list successfully, or already unsubscribed

- object
  - `success` boolean
  - `userId` string, uuid
  - `isSubscribed` boolean

## Other responses

- `401` — User not authenticated
- `404` — User not found
- `500` — Internal server error
- `502` — Failed to unsubscribe user from mailing list

## Changes

- **2025-09-12** `445f64ad7456` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/user/unsubscribe/post.md)

---

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