Delete (Deactivate) / Restore User
DELETE /api/users/:user
Toggles user activation status. If the user is active, it soft-deletes (deactivates) them. If the user is already soft-deleted, it restores (activates) them.
Authentication: Requires Bearer token.
Request