remove_project_domain
Detach a domain from a Vercel project. The domain remains in the account but is no longer associated with the specified project.
Instructions
Detach a domain from a project (does not delete the domain from the account).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project id or name. | |
| domain | Yes | Domain to detach. | |
| 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). |