deleteContact
Delete a single contact. User-only.
Parameters
The identifier of the contact to delete.
Result
void
Syntax
await client.deleteContact(userId);
Delete a single contact. User-only.
The identifier of the contact to delete.
await client.deleteContact(userId);