Skip to main content
DELETE
/
accounts
/
{bookmaker}
/
{username}
Delete account
curl --request DELETE \
  --url https://v2.55-tech.com/accounts/{bookmaker}/{username} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication. Contact contact@55-tech.com to obtain a key.

Path Parameters

bookmaker
string
required

Bookmaker slug

username
string
required

Account username

Response

Account deleted successfully