# Delete Folder

> Windows | Cross-platform

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path |
| --- | --- | --- |
| Delete a specified folder in Box. | DELETE | /folders/{foldersId} |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Folder | The folder to be deleted | data list |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| Delete Folder | The full response payload associated with the delete folder activity | object |

:::note
* In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
* In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
:::
