Skip to main content
DELETE
/
api
/
workspaces
/
{id}
/
trash
Empty Trash
curl --request DELETE \
  --url http://localhost:8080/api/workspaces/{id}/trash \
  --header 'Authorization: Bearer <token>'
{
  "deleted": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful Response

deleted
integer