Delete a comment from a post
Delete a comment from a post. The comment can be deleted by either the comment author or the post owner.
<Info>Scope required: `write:post`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
uuid
UUID of the post
commentUuid
UUID of the comment to delete
Headers
X-Fanvue-API-Version
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