DELETE
/
api
/
self
/
avatar
curl --request DELETE \
  --url http://localhost/api/self/avatar \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
*/*
Profile picture deleted successfully
success
boolean