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.
delete/creators/{creatorUserUuid}/posts/{uuid}/comments/{commentUuid}
Path parameters
creatorUserUuidstring uuid required
uuidstring uuid required
UUID of the post
UUID of the post
commentUuidstring uuid required
UUID of the comment to delete
UUID of the comment to delete
Headers
X-Fanvue-API-Versionstring required
Example:2025-06-26
API version to use for the request
Response
Comment deleted successfully
Changes
No recorded changes to this endpoint across all 2 revisions of this API.