English
API Reference v3
cURL
curl --request DELETE \ --url https://paradigm.lighton.ai/api/v3/workspaces/{id} \ --header 'Authorization: Bearer <token>'
This endpoint allows authorized users to permanently delete a workspace.
Who can delete workspaces:
Returns 204 No Content on successful deletion.
Note: Deleting a workspace will cascade delete all related data (collections, documents, etc.).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the workspace.
No response body