v11

latestSwagger 2.0raw.githubusercontent.com2022-10-03168148314.0 KB

apps - Removes an assigned LUIS Azure account from an application

Removes assigned Azure account from the application.

delete/apps/{appId}/azureaccounts

Path parameters

appIdstring uuid required

The application ID.

Headers

Authorizationstring required

The bearer authorization header to use; containing the user's ARM token used to validate Azure accounts information.

ArmTokenstring

The custom arm token header to use; containing the user's ARM token used to validate azure accounts information.

Request body

azureSubscriptionIdstring required

The id for the Azure subscription.

resourceGroupstring required

The Azure resource group name.

accountNamestring required

The Azure account name.

Response

Successful operation.

code'Failed' | 'FAILED' | 'Success'

Status Code.

messagestring

Status details.