iSpring LMS API Documentation REST API Managing Users Current: Deleting a User Deleting a User AVAILABLE WITH ENTERPRISE SUBSCRIPTIONRequest: DELETE /user/{user_id}Permissions to Run the RequestAccount Owner, Account Administrators, Department Administrators, or custom roles. Department Administrators and users with a custom role can delete users belonging to the departments they manage and their sub-departments.Request HeadersParameterDescriptionAuthorization (required)Access token. You can obtain a token by making a request. Existing customers may continue using ispringlearn.com, and new customers should use ispring.com. Possible Response CodesCodeTextDescription204OKA user is deleted.400Bad RequestA request error.401UnauthorizedAuthorization error.403Permission DeniedThe user doesn't have enough permissions to delete another users.+Sample Request DELETE /user/f29d887c-5cff-11e9-9e6a-0a580af40692 https/1.1 Host: api-learn.ispringlearn.com Authorization: p-1sJDjmULL5DdpXPJTcbm4jVIaWVHvNmrjAxATRbNE XML Sample Response https/1.1 204 OK XML ×