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
Response
Successful operation.
Changes
Changed in 1 of the 11 revisions of this API.1
- ○
added the new optional
headerrequest parameterArmTokennew-optional-request-parameter
- ○