---
title: "Delete one or more path for a site"
method: DELETE
path: "/api/v1/folder/{siteName}"
tags: ["Folders"]
---

# Delete one or more path for a site

`DELETE /api/v1/folder/{siteName}`

Delete one or more path for a site if they exist

## Path parameters

- `siteName` string, required

## Request body

- string[]

## Response `200`

Folders deleted successfully

## Other responses

- `401` — Unauthorized access
- `403` — Insufficient permissions to delete folders
- `404` — Folders not found

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
