Delete Profile Picture
DELETE
/v1/user-profile/pictureDelete your current profile picture.
Request
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : Rawtext/plain
Example
{
"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---"
}
}
}
Last modified: 7 months ago