Kaltura API

groupuserdelete
Description:
delete by userId and groupId
Input Params
Name Type Description Required Default Value
userId string V
groupId string V
Example HTTP Hit
http://www.kaltura.com/api_v3/service/groupuser/action/delete
JSON object:
				
{ userId: "value", groupId: "value" }