delete-contact-folder
Delete a non-default contact folder by providing its ID. The folder and contents move to Deleted Items instead of permanent removal.
Instructions
Delete contactFolder other than the default contactFolder.
💡 TIP: Deletes a contact folder. The default 'Contacts' folder cannot be deleted — Graph returns an error. The folder (and its contents) typically lands in Deleted Items rather than being permanently removed. Get the folder id via list-contact-folders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| If-Match | No | ETag | |
| contactFolderId | Yes | Path parameter: contactFolderId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |