AladiaDocs
Api referenceCoursesChapters

Delete a chapter

DELETE
/v2/courses/{courseId}/chapters/{id}
AuthorizationBearer <token>

In: header

Path Parameters

courseId*string
id*string

Response Body

application/json

curl -X DELETE "https://example.com/v2/courses/string/chapters/string"
{  "resource": {},  "request": {},  "webhookEventName": "course.created"}