Skip to main content
DELETE
delete env var

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
key
string
required

Name of the environment variable to delete

Example:

"MY_API_KEY"

Response

Environment variable deleted successfully

success
boolean
Example:

true

msg
string
Example:

"Operation completed successfully"