I’m working with using Kaltura’s API to edit video’s metadata, specifically I am trying to add/remove entitled users to the media. I have successfully been able to add entitled users using this cURL statement:
but I do not see anywhere in the VPaaS documentation to delete the specific user that I had just inputted. Anyone have an idea what I can do to accomplish this?
If you’re just trying to remove a user from mediaEntry.entitledUsersEdit and mediaEntry.entitledUsersPublish , this too should be done with a media.update() request.
Otherwise, please be more specific as to what you’re trying to accomplish so I can advise you further.
Cheers,