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.
write:chat— Create new chats and send messages. This scope is required for any chat-related actions that modify data.read:creator— Access creator profiles, content, and creator-specific information.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
UUID of the user to block or unblock
Response
User blocked successfully