# Delete User **DELETE /v1/auth/users/{user_id}/delete** Delete a user by ID. ## HTTP Request `DELETE /v1/auth/users/{user_id}/delete` ## Returns A successful response returns an object with `message` and `user_id` properties. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Path parameters - **user_id** (string) Unique User ID of the user. ## Responses ### 200 #### Body: application/json (object) - **message** (string) Success message of the action. - **user_id** (string) Unique User ID of the deleted user. [Powered by Bump.sh](https://bump.sh)