Authorization: Bearer ********************
curl --location --request DELETE 'https://api.servebolt.io/v1/user-profile/picture' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": 420942,
"type": "profile",
"attributes": {
"firstname": "Alyx",
"lastname": "Vance",
"email": "g.freeman@emailprovider.com",
"phone": "+391234569856",
"country": "US",
"picture": "https://secure.gravatar.com/avatar/6---"
}
}
}