Skip to main content
DELETE
/
noCo
/
api
/
v2
/
workspaces
/
{workspace_id}
/
folder
Delete Folders or Files
curl --request DELETE \
  --url https://be.datagol.ai/noCo/api/v2/workspaces/{workspace_id}/folder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "d287afa7-2006-4a91-ae24-03a548d0b58f"
  ]
}
'

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

Body

application/json
ids
string[]
required

List of folder or file IDs to delete

Example:
["d287afa7-2006-4a91-ae24-03a548d0b58f"]

Response

200

Folders or files deleted successfully