Delete a comment from a post for a creator

Delete a comment from a post on behalf of a creator. The comment can be deleted if the creator is either the comment author or the post owner. <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
commentUuidstringRequiredformat: "uuid"
UUID of the comment to delete

Headers

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

Response

Comment deleted successfully

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error