The following guide will walk you through how to delete Chapters/Cue points of an entry.
- Go to the API console at https://developer.kaltura.com/console/ (Sign In) or http://www.kaltura.com/api_v3/testme.
- Generate a KS (relevant when Testme Console is used)
See How to Start a Kaltura Session using the TestMe Console. - Session Service: cuePoint
- action: list
- Click on the Edit next to "filter (KalturaCuePointFilter):" and insert the entry ID into the 'entryIdEqual' field.
- Click Send.
- Locate the Chapter item you wish to delete by its cue point "startTime" parameter (in milliseconds) and copy its ID.
- Select Service > cuePoint
- Select Action > delete
- Insert the ID of the cue point you wish to delete in 'Id' field.
- Click 'Send'.