JavaScript
Course lessons
Delete course lesson
Permanently delete a lesson and remove it from its chapter.
Required permissions:
courses:update
DELETE
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the lesson to delete (e.g., "les_XXXXX").
Example:
"lesn_xxxxxxxxxxxxx"
Response
A successful response
Represents true or false values.

