Delete a course enrollment
CourseEnrollment
Delete a course enrollment
Removes a course enrollment record. The enrolled user can unenroll themselves, or an HR_TENANT administrator can remove any enrollment.
DELETE
Delete a course enrollment
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Path Parameters
CourseEnrollment identifier
Response
CourseEnrollment resource deleted

