Unpin a post for a creator

Unpin a post on behalf of a creator so it returns to normal feed ordering. <Info>Scopes required: `write:post`, `write:creator`</Info>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

creatorUserUuidstringRequiredformat: "uuid"
uuidstringRequiredformat: "uuid"
UUID of the post to unpin

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Response

Post unpinned successfully
uuidstringformat: "uuid"
Unique identifier of the post
createdAtstringformat: "date-time"

Date/time when the post was created (ISO 8601 format)

textstring or null
Text content of the post
pricedouble or null
Price in cents for paid posts
mediaPreviewUuidstring or nullformat: "uuid"
UUID of free preview media
audienceenum
Audience that can view the post
Allowed values:
publishAtstring or nullformat: "date-time"

Future date/time when the post will be published (ISO 8601 format)

publishedAtstring or nullformat: "date-time"

Date/time when the post was published (ISO 8601 format)

expiresAtstring or nullformat: "date-time"

Date/time when the post expires (ISO 8601 format)

mediaUuidslist of strings
Array of media UUIDs attached to the post
isPinnedboolean
Whether the post is pinned to the top of the feed
likesCountdouble
Number of likes the post has received
commentsCountdouble
Number of comments on the post
tipsobject
Tips statistics for this post
collectionslist of objects
Content collections this post belongs to

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error
429
Too Many Requests Error