Please update to the latest patch version to use it.
Basics
POST /api/v2/user/delete
Description: Permanently delete the specified member.
Request Parameters
Optional Body parameters can be omitted, and the parameter format is JSON.
| Name | Type | Necessary | Default | Example | Description |
|---|---|---|---|---|---|
| user_id | text | Yes | - | "user_xxxx" | User id of the member that needs to be deleted |
Return Data
// operation successed
{
"code":0,
"data":{},
"msg":"success"
}
// operation failed
{
"code":-1,
"data":{},
"msg":"failed"
}