Skip to main content

Delete a course

Endpoint URL

DELETE /api/v2/courses/:id

Delete a course

Permanently deletes a specific course from your TalentLMS account. To successfully remove a course, include the course’s unique ID as a path parameter in the request URL. If the request is valid and the course exists, the API deletes the course and returns a 204 No Content response upon success.

Request