Delete user - Lagoon/LagoonSecurity-API GitHub Wiki
Deletes a specific user. This operaton is final and can not be undone.
DELETE /users/{user_id}
If your application is configured to use contexts use:
DELETE /contexts/{cname}/users/{user_id}
Parameters:
user_id: User Idendification
Output Example:
{
"success": true
}