你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Permissions - Delete

从允许用户访问此 LUIS 应用程序的允许列表中删除用户。 用户使用其电子邮件地址删除。

DELETE {Endpoint}/luis/api/v2.0/apps/{appId}/permissions

URI 参数

名称 必需 类型 说明
appId
path True

string (uuid)

应用程序 ID。

Endpoint
path True

string

支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。

请求头

名称 必需 类型 说明
Ocp-Apim-Subscription-Key True

string

请求正文

名称 类型 说明
email

string

用户的电子邮件地址。

响应

名称 类型 说明
200 OK

OperationStatus

操作成功。

Other Status Codes

ErrorResponse

错误响应。

安全性

Ocp-Apim-Subscription-Key

类型: apiKey
在: header

示例

Successful Remove User From Access List

示例请求

DELETE {Endpoint}/luis/api/v2.0/apps/363187f1-c573-46b3-bc4c-ae01d686e68e/permissions


{
  "email": "guest@outlook.com"
}

示例响应

{
  "code": "Success",
  "message": "Operation Successful"
}

定义

名称 说明
ErrorResponse

调用 API 上的作时出现错误响应。

OperationStatus

作状态的响应。

OperationStatusType

状态代码。

UserCollaborator

ErrorResponse

调用 API 上的作时出现错误响应。

名称 类型 说明
errorType

string

OperationStatus

作状态的响应。

名称 类型 说明
code

OperationStatusType

状态代码。

message

string

状态详细信息。

OperationStatusType

状态代码。

说明
Failed
FAILED
Success

UserCollaborator

名称 类型 说明
email

string

用户的电子邮件地址。