/
/Loyalty Blockchain API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 17m ago · Updated 1mo ago
Auth5
Diagnostics1
Gift Card (Admin)3
Gift Card (User)4
Points (Admin)3
Points (User)4
Prepaid Card (Admin)4
Prepaid Card (User)4
Users (Admin)5
Users (User)5
  • getGet users
  • postCreate a new user
  • getGet a user by username
  • deleteDelete a user by username
  • patchUpdate a user by username
Utility Token (Admin)3
Voucher (Admin)3
Voucher (User)4
  • getGet the balance of points for a user
  • getGet the points history for a user
  • getGet the balance of a prepaid card for a user
  • getGet the history of a prepaid card for a user
  • getGet the balance of a gift card for a user
  • getGet the history of a gift card for a user
  • getGet the balance of a utility token for a user
  • getGet the history of a utility token for a user
  • getGet the balance of a voucher for a user
  • getGet the history of a voucher for a user
Users (User)

Delete a user by username

delete/v1/users/{username}

Path parameters

usernamestring required

Response

User deleted successfully

Changes