Delete a comment from a post for a creator
Creator Posts
Delete a comment from a post for a creator
Agency endpoint. Operates on a specific creator your agency manages, identified by the creatorUserUuid path parameter.
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.
Scopes required: write:post, write:creator
DELETE
Delete a comment from a post for a creator
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
API version to use for the request
Example:
"2025-06-26"
Path Parameters
UUID of the post
UUID of the comment to delete
Response
Comment deleted successfully