Delete Env​
DELETE
/services/{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.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
UUID of the service.
Type
Requiredstring
env_uuid*
UUID of the environment variable.
Type
Requiredstring
Responses​
Environment variable deleted.
application/json
JSON
{
"message": "Environment variable deleted."
}
