Delete environment variables
laravel_cloud_delete_environment_variablesDelete specific environment variables from a Laravel Cloud environment by providing key names and confirming the destructive operation.
Instructions
Remove specific environment variables by key name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Variable key names to remove. | |
| confirm | Yes | Must be true to confirm this destructive operation. | |
| environment | Yes | Environment ID. |