Delete user
DELETE/v1/users
Sets is_active = false and active_to = NOW(). Row stays in the table so audit history remains readable. Re-deletes are idempotent: re-deactivating an already-inactive user returns 200, not 404.
Request
Responses
- 200
- 400
- 404
User deactivated
Missing login_account
User not found