v1
latestOpenAPI 3.1.02026-07-13897404.3 KBAccounts
delete env var
Deletes an environment variable associated with the authenticated user. The variable must exist and belong to the requesting user.
CLI Usage: vastai delete env-var <name>
delete/api/v0/secrets/
Request body
Example request
{
"key": "MY_API_KEY"
}Response
Environment variable deleted successfully
Example response
{
"success": true,
"msg": "Operation completed successfully"
}