Removing existing accounts

To delete an existing account use the method DEL /users/:id. Active consumers can only be deleted once all balances are zero.

If you want to delete your own account, open a request in the Help Desk.

curl --location --request DELETE '$INSTANCE_URL/users/aaaa2004-3c8e-4162-819c-b076e06cff38' \
--header 'Authorization: Bearer $ACCESS_TOKEN' \
--data-raw ''