deleteContact

Delete a single contact. User-only.

Parameters

userId: ID

The identifier of the contact to delete.

Result

void

Syntax

await client.deleteContact(userId);