cURL
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>" } }
The request was successful, and the server has returned the requested resource in the response body.
The response is of type object.
object