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.
curl --request DELETE \
--url https://api.blaxel.ai/v0/sandboxes/{sandboxName}/previews/{previewName}/tokens/{tokenName} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}OAuth2 authentication with JWT tokens
Name of the Sandbox
Name of the Preview
Name of the Token
successful operation
Success message
Was this page helpful?