DELETE
/
players
/
bans
/
{workspaceId}
/
{banId}
/
comments
/
{commentId}
curl --request DELETE \
  --url https://api.hyra.io/players/bans/{workspaceId}/{banId}/comments/{commentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
banId
number
required
commentId
string
required

Response

200 - application/json
Default Response
success
boolean
required