Kaltura API
categoryuser.delete
Description:
Delete a CategoryUser
Input Params
Name
Type
Description
Required
Default Value
categoryId
int
V
userId
string
V
Example HTTP Hit
http://www.kaltura.com/api_v3/service/categoryuser/action/delete
JSON object:
{ categoryId: value, userId: "value" }