調(diào)用DeleteUser接口,刪除一個(gè)EIAM賬戶信息。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無(wú)授權(quán)信息透出。
請(qǐng)求語(yǔ)法
DELETE /v2/{instanceId}/{applicationId}/users/{userId}
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Authorization | string | 是 | 認(rèn)證信息。 格式:Bearer ${access_token}。 示例:Bearer ATxxxx。 | Bearer AT8csE2seYxxxxxij |
instanceId | string | 是 | 實(shí)例 ID。 | idaas_ue2jvisn35ea5lmthk267xxxxx |
applicationId | string | 是 | 應(yīng)用 ID。 | app_mkv7rgt4d7i4u7zqtzev2mxxxx |
userId | string | 是 | 賬戶 ID。 | user_d6sbsuumeta4h66ec3il7yxxxx |
返回參數(shù)
示例
正常返回示例
JSON
格式
{}
錯(cuò)誤碼
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2023-10-24 | API 內(nèi)部配置變更,不影響調(diào)用 | 查看變更詳情 |
錯(cuò)誤碼
HttpCode | Error Code | 錯(cuò)誤信息 | 說(shuō)明 |
---|---|---|---|
400 | invalid_token | Access token is not valid | token 無(wú)效 |
404 | ResourceNotFound.User | The specified User resource: user_d6sbsuumeta4h66ec3il7yxxxx not found. | 賬戶不存在 |
404 | application_not_found | Application id not found: app_mkv7rgt4d7i4u7zqtzev2mxxxx | 應(yīng)用不存在 |
403 | application_disabled | Application is disabled | 應(yīng)用處于禁用狀態(tài) |
403 | application_api_disabled | Application api invoke disabled | 應(yīng)用 API 未開(kāi)放 |
403 | permission_denied | Require scopes: [urn:alibaba:idaas:scope:user:manager_all] | 缺少 API 授權(quán)信息 |
500 | Internal Server Error | Internal Server Error | 服務(wù)器內(nèi)部錯(cuò)誤 |