API Workspace
Delete Workspace
Soft-delete a workspace. The workspace will be hidden from listings but can be undeleted.
Path Parameters
workspace_id*Workspace Id
Format
uuidResponse 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" } ]}