API ReferenceWorkspace Management

Delete Workspace

DELETE/api/v1/workspaces/{workspaceId}

Permanently delete a workspace. Only the workspace owner can perform this action. All files and folders within the workspace will be unlinked (not deleted).

Headers

AuthorizationstringRequired

Bearer token for authentication

Path Parameters

workspaceIdstringRequired

The unique identifier of the workspace to delete

DELETE/api/v1/workspaces/{workspaceId}
Response