delete_edge_config
Delete a specific Edge Config store by providing its ID. Use this to remove configurations that are no longer required.
Instructions
Delete an Edge Config store by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edgeConfigId | Yes | Edge Config id (ecfg_...). | |
| 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). |