cURL
curl --request DELETE \ --url https://api.mudstack.com/users/avatar \ --header 'Authorization: Bearer <token>'
Deletes the avatar of the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content, avatar deleted.
Was this page helpful?