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;
| Name | Type | Description |
|---|---|---|
| id | InputUser | User ID |
The method returns a contacts.Link object containing the new link value for this contact.
| Code | Type | Description |
|---|---|---|
| 400 | CONTACT_ID_INVALID | The provided contact ID is invalid |