> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/spark-apis/folder-apis/delete-folder.md).

# Delete folder

Delete folder including all documents and services.

Returns: `status` to indicate whether the request was completed.

{% code overflow="wrap" %}

```shellscript
DELETE /api/v1/product/delete/{folderId}
```

{% endcode %}

### Path parameters

| Key           | Value                                                                                                                                                                                                                                                                                         |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `folderId` \* | <p>Folder <code>id</code> which can be found from <a data-mention href="/pages/UTyvyR7LrG1oH8JwjzAX">/pages/UTyvyR7LrG1oH8JwjzAX</a> or <a data-mention href="/pages/y7N9EfD0zFVQ8l1CDUxX">/pages/y7N9EfD0zFVQ8l1CDUxX</a>.<br>Example: <code>408c9c9a-acfb-4daa-86d4-ff17d658ac8c</code></p> |

### Authorization

* `Bearer {token}` accessible from [Authorization - Bearer token](/spark-apis/authorization-bearer-token.md) or systematically via [Client credentials](/identity-and-access-management/client-credentials.md).
  * The request headers should include a key for `Authorization` with the value `Bearer {token}`.

### Request body

`Content-Type: application/json`

`{}` empty request body.

### Sample response <a href="#response-body" id="response-body"></a>

`HTTP 200 OK` `Content-Type: application/json`

```json
{
    "message": null,
    "data": null,
    "errorCode": null,
    "status": "Success"
}
```
