Axelered AI
API Workspace

Delete Workspace

DELETE
/w/{workspace_id}

Soft-delete a workspace. The workspace will be hidden from listings but can be undeleted.

Path Parameters

workspace_id*Workspace Id
Formatuuid

Response Body

application/json

application/json

{  "status": "ok"}
{  "detail": [    {      "loc": [        "path",        "workspace_id"      ],      "msg": "Input should be a valid UUID",      "type": "uuid_parsing",      "input": "not-a-uuid"    },    {      "loc": [        "body",        "name"      ],      "msg": "Field required",      "type": "missing"    }  ]}