Remove user's avatar
DELETE /user/{id|username}/icon
DELETE
/user/{id|username}/icon
Authorizations
Parameters
Path Parameters
id|username
required
string
[ "EEFFGGHH", "my_user"]
The ID or username of the user
Responses
204
Expected response to a valid request
400
Request was invalid, see given error
object
error
required
The name of the error
string
invalid_input
description
required
The contents of the error
string
Error while parsing multipart payload
404
The requested item(s) were not found or no authorization to access the requested item(s)