Delete Env
DELETE /applications/{uuid}/envs/{env_uuid}
DELETE
/applications/{uuid}/envs/{env_uuid}
Delete env by UUID.
Authorizations
Parameters
Path Parameters
uuid
required
string format: uuid
UUID of the application.
env_uuid
required
string format: uuid
UUID of the environment variable.
Responses
200
Environment variable deleted.
object
message
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string