Profile

Remove avatar

DELETE
/api/v1/profile/avatar/delete
/api/v1/profile/avatar/delete

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

curl -X DELETE "https://example.com/api/v1/profile/avatar/delete" \
  -H "Authorization: <token>"

OK