Skip to content

removeContacts

Sahri Riza Umami edited this page Jun 23, 2018 · 1 revision

Removes users from the contacts list.

removeContacts(user_ids, callback, data)
Field Type Description
user_ids vector Identifiers of users to be deleted.

Example

  • Removes user 133780085 from the contacts list.

    deleteContacts('{[0] = 133780085}')

    Response:

    {
      ["@type"] = "ok"
    }
  • Removes users 133780085, 11111111, and 98765432 from the contacts list.

    deleteContacts('{[0] = 133780085, 11111111, 98765432}')

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally