Learners
Delete a learner by id
Delete a learner. This is a hard delete. The deleted learner will no longer be accessible via the API. This operation is irreversible. If a learner is deleted by mistake, a new learner account will need to be created. If removing access to training is the goal, consider deactivating the learner account instead.
delete/v1/learners/{id}
Path parameters
idstring required
The unique identifier of a learner.
Example:abc123def4
Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.