Delete a user

⚠️

Deleting a user will not delete the user's blockchain wallet. Blockchain wallets and data are permanent. However, all of user's information will be disassociated from the blockchain wallet, making the blockchain wallet inaccessible by the user.

Request

DELETE /users/{id}
curl 'https://businessapi.badges.xyz/users/785e64de-2ad2-4ebd-83da-f60c480ee551' \
-u E23d1aN95aAtnE3w9QmQyGjBRzu4...

Returns

Returns the following object if the delete succeeded. Returns an error if delete parameters are invalid.

RESPONSE
{
  "data": {
    "id": "785e64de-2ad2-4ebd-83da-f60c480ee551",
    "deleted": true
  }
}

Disclaimers