Delete Avatar
DELETE
/users/{username}/avatar
Remove the custom avatar for a user.
Parameters
| Name | Type | Description |
|---|---|---|
| username required | string | The username to remove the avatar for |
Response Codes
200
Avatar removed
401
Unauthorized
403
Forbidden
404
User not found