Inactivate user
PATCH/v1/users/:User-ID/inactivate
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
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
User inactivated
Error
Invalid user
Account is inactive / user already blacklisted
Too Many Requests
Response Headers
x-ratelimit-limit
The rate limit ceiling for the current time window. Envoy may include multiple limits and window metadata.
Example:
50, 50;w=1x-ratelimit-remaining
The number of requests remaining in the current rate limit window.
Example:
0x-ratelimit-reset
The number of seconds until the current rate limit window resets.
Example:
1x-envoy-ratelimited
Indicates the request was rate limited by the Envoy proxy.
Example:
trueError
Maintenance or Service unavailable