cURL
curl --request DELETE \ --url https://api.vidbeo.com/v2/videos/{VIDEO_ID}/chapters/{CHAPTER_ID} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": {}, "links": {}, "errors": [] }
Delete a chapter
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the video
"abcde12345abcde12345a"
ID of the chapter
No items returned
The response is of type object.
object