remove_domain
Remove a domain from your Vercel account or team by specifying the domain name. Optionally scope to a team with team ID or slug.
Instructions
Remove a domain from the account or team by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to remove. | |
| 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). |