delete_variable
Delete a single environment variable from a Railway service by providing project, environment, and service IDs along with the variable name.
Instructions
Delete a single environment variable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The variable name to delete | |
| projectId | Yes | The project ID | |
| serviceId | Yes | The service ID | |
| environmentId | Yes | The environment ID |