Delete a contact
contacts_deleteDeletes a personal contact by its Outlook id. Moves the contact to Deleted Items so it remains recoverable in Outlook. Returns confirmation only; a missing id triggers a 404 error.
Instructions
Deletes one personal contact. The contact moves to the Deleted Items folder, so it is recoverable from Outlook but not through these tools, and Graph returns no body — only a confirmation of the id. Deleting an id that is already gone fails with 404 ErrorItemNotFound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The contact id, as returned by contacts_list or contacts_search. This is the long opaque Outlook item id, not an email address or display name. |