退出企业组织
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | QuitOrganization | 要执行的操作,取值:QuitOrganization |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01 |
ApplyReason | String | 否 | 退出理由,支持中英文数字和符号,不超过30个中文字符 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ApplicationID | String | 退出申请ID |
GET /?Action= QuitOrganization&Version=2022-01-01
{ "ResponseMetadata": { "RequestId": "02162970384296100000000000000000000ffff0a4f0a5241c825", "Action": "QuitOrganization", "Version": "20200101" }, "Result": { "ApplicationID": "0011223344556677889" } }
下表提供了该接口业务逻辑相关的错误码。公共错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | Unknown internal error: %v | 未知错误,根据错误信息判断详情 |
400 | ConcurrentException | concurrent request exception | 并发请求异常 |
400 | ExistDelegateAdministrator | This account is trusted service delegated administrator, please deregister it before remove it | 存在代理管理员,请先移除代理管理员后再操作。 |
400 | QuitOrgAccountInProcess | The account %d quit application has been submitted | 退出申请已提交 |
400 | QuitOrgAccountHadQuited | The account %d has quited | 账号已退出 |
400 | QuitOrgAccountNotAllow | The account %d is not allowed to quit | 当前账号不允许退出 |