Permanently removes aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Miguel-Rodriguez15/msvc/llms.txt
Use this file to discover all available pages before exploring further.
Curso record from the cursos table. Because the cursoUsuarios relationship is mapped with cascade = CascadeType.ALL and orphanRemoval = true, all associated CursoUsuario rows in the cursos_usuarios junction table are deleted automatically in the same transaction. This operation is irreversible.
Users stored in msvc-usuarios are not affected — only the enrollment links are removed alongside the course.
No authentication is required for this endpoint.
Endpoint
Path Parameters
The primary key of the course to delete.
Response
204 No Content — The course and all its enrollment records were deleted. The response body is empty. 404 Not Found — No course with the givenid exists. The response body is empty.