---
title: Delete Folder
url: https://www.tines.com/docs/api/folders/delete/
updated: 2023-12-19T18:05:12+00:00
description: Delete a folder.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Folders](https://www.tines.com/llm/docs/api/folders.md)*

# Delete Folder

*[View on tines.com](https://www.tines.com/docs/api/folders/delete/)*

## Description

Delete a folder.

## Request

HTTP Method: **DELETE**

| Parameter | Description                     |
| --------- | ------------------------------- |
| folder_id | The ID of the folder to delete. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/folders/<<folder_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
