ReferenceWorkspaces

Delete a workspace

Blocked while the workspace still owns memories, and the default workspace can never be deleted.

DELETE
/api/v1/workspaces/{workspace_id}

Authorization

ApiKeyAuth
x-api-key<token>

A platform key (ck_live_…). Mint one in the console under Settings → API Keys.

In: header

Path Parameters

workspace_id*string

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/workspaces/wsp_a1b2c3d4"
Empty
Was this page helpful?
Report an issue