Authorization: Bearer ********************
[
"bb474593-f215-4e07-8a20-6468b164249b"
]
curl --location --request DELETE 'https://accounts.zwsoft.cn/api/v1.0/oem/users/delete' \
--header 'Authorization: Bearer eyJhbGciB5DZtTWYVqa9A' \
--header 'Content-Type: application/json' \
--data-raw '[
"bb474593-f215-4e07-8a20-6468b164249b"
]'
{
"status": 0,
"message": "success",
"error": null,
"data": [
[
{
"error": null,
"userInfo": {
"guid": "bb474593-f215-4e07-8a20-6468b164249b",
"firstName": "-",
"lastName": "-",
"displayName": "zEwH7ytg7x",
"profileImage": "https://test.resources.zwsoft.cn/prd/ZwsoftAccounts/public/userHeadImg/5Wonq1S_eBVAJD8uZnO-eukQHKNdquT2-SEUiUCbNdOci2WSpeRY6MSKB3v0RGhe/originalPic.png?v=1653030383",
"preferredLanguage": "zh-CN",
"userName": "zEwH7ytg7x",
"phone": null,
"email": null,
"itc": null,
"accountState": "Normal"
}
}
]
]
}