DELETE
/
workspaces
/
{workspaceName}
/
leave
curl --request DELETE \
  --url https://api.blaxel.ai/v0/workspaces/{workspaceName}/leave \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "createdBy": "<string>",
  "updatedBy": "<string>",
  "accountId": "<string>",
  "displayName": "<string>",
  "labels": {},
  "name": "<string>",
  "region": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceName
string
required

Name of the workspace

Response

200
application/json
Workspace successfully left

Workspace

createdAt
string

The date and time when the resource was created

updatedAt
string

The date and time when the resource was updated

createdBy
string

The user or service account who created the resource

updatedBy
string

The user or service account who updated the resource

accountId
string

Workspace account id

displayName
string

Workspace display name

labels
object

Workspace labels

name
string

Workspace name

region
string

Workspace write region