Skip to main content

Delete a user

Endpoint URL

DELETE /api/v2/users/:id

Delete a user

Permanently deletes a specific user from your TalentLMS account. To successfully remove a user, include the user's unique ID as a path parameter in the request URL. If the request is valid and the user exists, the API deletes the user and returns a confirmation response.

Request