---
title: "Block a user on behalf of a creator"
method: POST
path: "/creators/{creatorUserUuid}/blocks/{userUuid}"
---

# Block a user on behalf of a creator

`POST /creators/{creatorUserUuid}/blocks/{userUuid}`

Block a user on behalf of the specified creator.

**Blocking a fan auto-cancels their subscription.** When the blocked user is a subscriber, this endpoint cancels their active subscription to the creator (cancellation reason `creator_blocked`) as part of the block. It also marks the conversation with the blocked user as read. These are existing platform side effects of a block, applied here for parity with the Fanvue app.

Returns 404 if the target user does not exist.

## Path parameters

- `creatorUserUuid` string, uuid, required
- `userUuid` string, uuid, required — UUID of the user to block or unblock

## Headers

- `X-Fanvue-API-Version` string, required

## Response `204`

User blocked successfully

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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