delete_application_env
Permanently remove an environment variable from an application by providing the application UUID and environment variable UUID.
Instructions
Delete an environment variable from an application. This permanently removes the environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env_uuid | Yes | UUID of the environment variable to delete. Get this from list_application_envs. | |
| application_uuid | Yes | UUID of the application containing the environment variable. |