Skip to main content
DELETE
Delete a folder
Delete a folder from a deployment’s workspace. Responds with 204 No Content on success. The folder must be empty of sub-folders: if it still has child folders, the request is rejected with 400 — delete or move the sub-folders first. Content directly inside the folder (workbooks, dashboards, reports) is not deleted. It is detached and returned to the workspace root. Requires manage access to the folder. Returns 404 if the folder does not exist or belongs to a different deployment.

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

Deleted