---
title: "Delete an email folder"
method: DELETE
path: "/email/v1/folders/{folderId}"
tags: ["emailService"]
---

# Delete an email folder

`DELETE /email/v1/folders/{folderId}`

Deletes the email folder specified by emailFolderId.

## Path parameters

- `folderId` integer, required

## Response `204`

No Content

## Other responses

- `401` — Access token is missing or invalid
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/uspacy/apis/uspacy-api.md) · [All operations](https://skmtc.net/uspacy/apis/uspacy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/uspacy-api/versions/c3f48fd1c26b/schema)
