delete_env_var
Delete an environment variable from a Vercel project by providing the project and variable ids.
Instructions
Delete an environment variable from a project by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project id or name. | |
| envId | Yes | Environment variable id. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |