Removes an existing user avatar. You cannot reverse this operation.
12345
The ID of the user.
no_content
: Removes the avatar and returns an empty response.forbidden
: Returned if the user does not have necessary permissions
or is not activated.not_found
: Returned if the user or user avatar does not exist
or cannot be found.An unexpected client error.
curl -i -X DELETE -L "https://api.box.net/2.0/users/12345/avatar" \
-H "authorization: Bearer <ACCESS_TOKEN>"