Delete a comment from a post for a creator
Creator Posts
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
Delete a comment from a post for a creator
Required scopes
write:post— Create, edit, and manage posts and content on behalf of users.write:creator— Modify creator profiles, settings, and creator-specific data.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
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