Inactivate user

The endpoint deactivates the user. The procedure is reversible, but to activate again a previously deactivated user, you need to contact Bitpanda.

When may you want to deactivate the user?

  • User does not want to use your trading solution anymore and asks about the account deactivation
  • User did not provide the Proof of Funds
  • User suspects the account may have been compromised/hacked
SecuritybearerAuth
Request
path Parameters
User-ID
required
string <uuid>

User ID

Responses
200

User inactivated

400

Error

401

Invalid user

403

Account is inactive / user already blacklisted

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

patch/v1/users/{User-ID}/inactivate
Request samples
Response samples
application/json
{
  • "data": {
    }
}