This Methodis used to remove an application mapping rule from a Role.
The Clientshall provide user credentials with administrator rights when invoking this Methodon the Server.
Signature
RemoveApplication(
[in]String ApplicationUri
);
Argument |
Description |
ApplicationUri |
The ApplicationUrifor the application. |
Method Result Codes
ResultCode |
Description |
Bad_NotFound |
The ApplicationUri is not assigned to the Role. |
Bad_UserAccessDenied |
The session user is not allowed to configure the object. |