WiPay
WAPIsv2.0.2User

Delete Profile Picture

Remove the existing profile picture.

DELETE
/user/picture
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Response Body

curl -X DELETE "https://tt.wipayfinancial.com/wapi/user/picture"
{
  "message": "OK"
}
{
  "message": "string"
}