Kaltura API

userapproledelete
Description:
Delete an application role for a user and app guid
Input Params
Name Type Description Required Default Value
userId string the user id V
appGuid string the app-registry id V
Output Type
bool
Example HTTP Hit
http://www.kaltura.com/api_v3/service/userapprole/action/delete
JSON object:
				
{ userId: "value", appGuid: "value" }