Skip to content

Instantly share code, notes, and snippets.

@michaelfung
Last active September 21, 2022 04:14
Show Gist options
  • Save michaelfung/f33341ea1deaa2d25225d569c46169f7 to your computer and use it in GitHub Desktop.
Save michaelfung/f33341ea1deaa2d25225d569c46169f7 to your computer and use it in GitHub Desktop.
Spec for delete HU account

Delete User Account API

Request

  • URL: /ext/del_account

  • Method: POST

  • Parameters:

    • email
    • password

Response

Success response:

{
    "errno": 0,
    "message": "account jdoe@example.com is deleted."            
}

Failure responses:

{
    "errno": 1,
    "message": "invalid user ID or password."            
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment