Api referenceCoursesChaptersLectures
Delete several lectures
Delete several chapters
Delete several chapters
AuthorizationBearer <token>
In: header
Path Parameters
chapterId*string
courseId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X DELETE "https://example.com/v2/courses/string/chapters/string/lectures/many" \ -H "Content-Type: application/json" \ -d '{ "ids": [ "string" ], "chapterIds": [ "string" ] }'{ "resource": {}, "request": {}, "webhookEventName": "course.created"}