Ban removal
Request
DELETE https://api.blockdb.ru/{version}/bans
Headers
Accept: application/json *
Authorization: Bearer {api_key} *
Definitions
{version} * - The version of the API you are calling (e.g., v2).
{api_key} * - Your API key, provided by the author upon purchase.
* - mandatory headings. Without them, you will not be able to get a correct answer.
Body parameters
name
type
description
steamid64 *
string
SteamID64 of the offender
Please note! Parameters are passed in application/json format
Responses
Response format application/json
{
"status": "OK"
}{
"status": "Error",
"error": "message"
}If the response code is different, there may be a problem on the API server side. We recommend to take such situations into account in the code.
Last updated