Delete environment variable
render_delete_env_varDelete a specified environment variable from a Render service. Removes only variables set directly on the service, not linked environment groups.
Instructions
Delete environment variable. Delete a particular environment variable from a particular service. This only applies to environment variables set directly on the service, not to environment variables in a linked environment group. Calls DELETE /services/{serviceId}/env-vars/{envVarKey} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envVarKey | Yes | The name of the environment variable | |
| serviceId | Yes | The ID of the service |