---
title: "Unsubscribe from User"
method: DELETE
path: "/api/{account}/users/{user_id}/subscribe"
tags: ["Users"]
---

# Unsubscribe from User

`DELETE /api/{account}/users/{user_id}/subscribe`

Unsubscribe from a user's profile.

## Request body

- object
  - `reason` string, required — Reason for unsubscribing. Valid options: `1,2,3,4,5`. Leave empty for `No specific reason`.

## Response `200`

- object
  - `data` object
    - `success` boolean
    - `message` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string

---

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