Delete Env
DELETE
/applications/{uuid}/envs/{env_uuid}
Delete env by UUID.
Authorizations
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the application.
Typestring
Requiredformat
uuid
env_uuid*
UUID of the environment variable.
Typestring
Requiredformat
uuid
Responses
Environment variable deleted.
application/json
JSON
{
"message": "Environment variable deleted."
}
DELETE
/applications/{uuid}/envs/{env_uuid}