AladiaDocs
Api referenceCoursesChaptersLectures

Delete a recording

DELETE
/v2/courses/{courseId}/chapters/{chapterId}/lectures/{id}/recordings/{fileId}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
fileId*string
courseId?string
chapterId?string

Response Body

application/json

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