deleteContacts

Delete multiple contacts. User-only.

Parameters

userIds: ID[]

The identifiers of contacts to delete.

Result

void

Syntax

await client.deleteContacts(userIds);