文档

DeleteLicense - 删除用户指定应用的许可证

更新时间:

通过 OpenAPI 删除用户指定应用的许可证。

适用版本

企业专属版

服务接入点与授权信息

请求语法

DELETE  https://<domain>/oapi/v1/platform/users/<userId>/licenses/<appIdentity>?operatorId=<operatorId>

请求头

参数

类型

是否必填

描述

示例值

x-yunxiao-token

string

个人访问令牌。

pt-0fh3****0fbG_35af****0484

请求参数

参数

类型

位置

是否必填

描述

示例值

userId

string

path

用户 ID。

3a41****3eca

appIdentity

string

path

应用唯一标识。

lingma

operatorId

string

query

使用非个人令牌如应用令牌调用时,需指定操作人。

c56e****abcf

请求示例

curl -X 'DELETE' \
  'https://test.rdc.aliyuncs.com/oapi/v1/platform/users/3a41****3eca/licenses/lingma?operatorId=c56e****abcf' \
  -H 'accept: */*' \
  -H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'   

返回参数

返回示例

{}

错误码

访问错误码中心查看 API 相关错误码。