---
title: "Delete child folder from user"
method: DELETE
path: "/users/{userIdentifier}/mailFolders/{mailFolderId}/childFolders/{mailFolderId1}"
tags: ["users.mailFolder"]
---

# Delete child folder from user

`DELETE /users/{userIdentifier}/mailFolders/{mailFolderId}/childFolders/{mailFolderId1}`

## Headers

- `If-Match` string

## Response `204`

If successful, the child folder is deleted from the specified user's mailbox and no content is returned. Unless, the folder may not exist or access may be denied.

## Other responses

- `4XX` — error
- `5XX` — error

---

[API](https://skmtc.net/ballerina-platform/apis/microsoft-graph-mail-api.md) · [All operations](https://skmtc.net/ballerina-platform/apis/microsoft-graph-mail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ballerina-platform/microsoft-graph-mail-api/versions/af62694b9f2d/schema)
