---
title: "Delete a Portfolio Folder"
method: DELETE
path: "/portfolio_folders/{id}"
tags: ["Portfolio Folders"]
---

# Delete a Portfolio Folder

`DELETE /portfolio_folders/{id}`

Delete a portfolio folder.

## Path parameters

- `id` string, uuid, required

## Response `204`

Portfolio folder successfully deleted

## Other responses

- `401` — Unauthorized - Invalid or missing authentication token
- `403` — Forbidden - The authenticated user does not have access to the requested resource
- `404` — Not Found - The requested resource was not found
- `429` — Too Many Requests - Rate limit exceeded

---

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