Skip to main content
DELETE
/
accounts
/
{bookmaker}
/
{username}
Delete account
curl --request DELETE \
  --url https://v2.55-tech.com/accounts/{bookmaker}/{username} \
  --header 'X-ABP-API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-ABP-API-KEY
string
header
required

API key for authentication. Contact admin to obtain a key.

Path Parameters

bookmaker
string
required
username
string
required

Response

Account deleted successfully