# Soft Delete User **DELETE /api/v1/user/delete** Perform a soft delete operation on a user by setting their status to DELETED. This preserves user data while marking them as inactive. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) The unique identifier (UUID) of the user to delete ## Responses ### 200 User successfully soft deleted (status changed to DELETED) ### 400 Invalid user ID format or user already deleted ### 401 Authentication token required ### 403 Insufficient permissions to delete users ### 404 User not found with the provided ID [Powered by Bump.sh](https://bump.sh)