DELETE
/
games
/
bans
/
{banId}
Delete a workspace game ban
curl --request DELETE \
  --url https://api.readmin.app/games/bans/{banId} \
  --header 'loader-id: <api-key>'
{
  "success": true,
  "ban": {
    "_id": "<string>",
    "groupId": "<string>",
    "userId": "<string>",
    "reason": "<string>",
    "disciplinarianId": "<string>",
    "active": "<string>",
    "created": true,
    "expires": "<string>"
  }
}

Authorizations

loader-id
string
header
required

Path Parameters

banId
string
required

Response

The request was successful, and the server has returned the requested resource in the response body.

success
boolean
required
ban
object
required

Workspace bans