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.
TypeHTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the service.
Typestring
Requiredformat
uuidenv_uuid*
UUID of the environment variable.
Typestring
Requiredformat
uuidResponses
Environment variable deleted.
application/json
