Sign in

Remove environment variable

documented

Delete an environment variable from a project.

DELETE /v10/projects/{idOrName}/env/{id}Projectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.vercel.com/v9/projects/{{$idOrName}}/env/{{$id}}?customEnvironmentId={{$customEnvironmentId}}&teamId={{$teamId}}&slug={{$slug}}" \
  -X DELETE \
  -H "Authorization: Bearer {{VERCEL_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Remove environment variable · Vercel · OpenIntegrations