delete_env
Delete one or more environment variables by key for a Hatchable project. Provide a single key or multiple keys for batch deletion; missing keys are skipped without error, ensuring idempotent retries. Changes apply on the next deploy.
Instructions
Delete one or more environment variables by key. Pass key for a single delete or keys for a batch. Missing keys are reported in skipped, not errored, so retries are idempotent. Takes effect on the next deploy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| key | No | Single key to delete | |
| keys | No | Array of keys to delete |