Skip to content

deleteProfilePhoto

Sahri Riza Umami edited this page Jun 23, 2018 · 5 revisions

Deletes profile photo.
If something changes, updateUser will be sent.

deleteProfilePhoto(profile_photo_id, callback, data)
Field Type Description
profile_photo_id int64 Identifier of profile photo to delete.

Example

  • Deletes profile photo which its id is 42.

    deleteProfilePhoto(42)

    Response:

    {
      ["@type"] = "ok"
    }  

Frequently Asked Questions
The Functions

Clone this wiki locally