Skip to content

Delete Env

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
Environment variable deleted.

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Resource not found.

object
message
string
Resource not found.