# Remove User **DELETE /user** ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Authentication methods - Api key cookie ## Parameters ### Body: application/json (object) - **email** (string) ## Responses ### 200 Successful Response #### Body: application/json (object) - **detail** (string) ### 400 Cannot find user #### Body: application/json (object) - **detail** (string) ### 401 Unauthorized #### Body: application/json (object) - **detail** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)