# Folder Trashed

> Folder Trashed trigger in the Box connector.

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path |
| --- | --- | --- |
| Trigger when a folder is moved to trash in Box. | GET | /delete_events_file |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Parent folder name | The name of the folder that contained the deleted folder. | string |
| Deleted by (email) | The email address of the user who deleted the folder. | string |
| Deleted on | The timestamp indicating when the folder was deleted. | date time |
| Owned by (email) | The email address of the user who owns the folder. | string |
| Created by (email) | The email address of the user who originally created the folder. | string |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| Folder Trashed | The full response payload associated with the folder trash event. | 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.
:::
