Delete a comment
curl --request DELETE \ --url https://api.hyra.io/players/bans/{workspaceId}/{banId}/comments/{commentId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object