# Delete User Avatar **DELETE /api/users/{user_id}/avatar** ## Servers - production: https://lztup.toil.cc (production) ## Authentication methods - Http bearer ## Parameters ### Path parameters - **user_id** (integer) ## Responses ### 200 Successful Response #### Body: application/json (object) - **avatar** (string | null) ### 503 Database connection error #### Body: application/json (object) - **detail** (string) ### 401 Invalid access token #### Body: application/json (object) - **detail** (string) ### 403 Access token not entered #### Body: application/json (object) - **detail** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)