delete_service_env
Remove an environment variable permanently from a service using its UUID and the service UUID. This action deletes the variable from the service.
Instructions
Delete an environment variable from a service. 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_service_envs. | |
| service_uuid | Yes | UUID of the service containing the environment variable. |