contacts.deleteContact

Deletes a contact from the list.

contacts.link#eccea3f5 my_link:contacts.MyLink foreign_link:contacts.ForeignLink user:User = contacts.Link;
---functions---
contacts.deleteContact#8e953744 id:InputUser = contacts.Link;

Parameters

Name Type Description
id InputUser User ID

Result

The method returns a contacts.Link object containing the new link value for this contact.

Possible errors

Code Type Description
400 CONTACT_ID_INVALID The provided contact ID is invalid