cURL
curl --request DELETE \ --url https://api.blaxel.ai/v0/sandboxes/{sandboxName}/previews/{previewName}/tokens/{tokenName} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Deletes a token for a Sandbox Preview by name.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the Sandbox
Name of the Preview
Name of the Token
successful operation
Success message
Was this page helpful?