Deletes the profile picture of the authenticated user by JWT.
No Content
Forbidden
curl -i -X DELETE \ https://login.xsolla.com/api/users/me/picture \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}