DELETE /api/trash/workspace/{workspace_id}/

Empties the specified workspace and/or application of trash, including the workspace and application themselves if they are trashed also.

Servers

Path parameters

Name Type Required Description
workspace_id Integer Yes

The workspace whose trash contents to empty, including the workspace itself if it is also trashed.

Query parameters

Name Type Required Description
application_id Integer No

Optionally filters down the trash to delete to only items for this application in the workspace.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.