latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Block a user on behalf of a creator

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.

post/creators/{creatorUserUuid}/blocks/{userUuid}

Path parameters

creatorUserUuidstring uuid required
userUuidstring uuid required

UUID of the user to block or unblock

UUID of the user to block or unblock

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Response

User blocked successfully