# /me/avatar - Delete current user avatar **DELETE /me/avatar** Remove the profile image for the current authenticated user. Clears the avatar from the database and the Logto profile. ## Servers - Backend API server: https://my.nethesis.it/backend/api (Backend API server) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Avatar deleted successfully #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)