DELETE
/
sandboxes
/
{sandboxName}
/
previews
/
{previewName}
/
tokens
/
{tokenName}
curl --request DELETE \
  --url https://api.blaxel.ai/v0/sandboxes/{sandboxName}/previews/{previewName}/tokens/{tokenName} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

sandboxName
string
required

Name of the Sandbox

previewName
string
required

Name of the Preview

tokenName
string
required

Name of the Token

Response

200 - application/json
successful operation

The response is of type object.