AladiaDocs
Api referenceCoursesChapters

Delete several chapters

Delete several courses

DELETE
/v2/courses/{courseId}/chapters/many

Delete several courses

AuthorizationBearer <token>

In: header

Path Parameters

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/many" \  -H "Content-Type: application/json" \  -d '{    "ids": [      "string"    ]  }'
{  "resource": {},  "request": {},  "webhookEventName": "course.created"}