delete_alias
Delete a Vercel alias by its ID to remove a deployment alias from your project.
Instructions
Remove an alias by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aliasId | Yes | Alias 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). |