Skip to main content
DELETE
/
api
/
v1
/
users
/
me
/
picture
Remove Picture
curl --request DELETE \
  --url https://api.example.com/api/v1/users/me/picture \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

message
string
required