delete_deployment
Remove a Vercel deployment by providing its unique ID or URL.
Instructions
Delete a deployment by id (or by URL via the url param).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deployment id (dpl_...). | |
| url | No | Optionally delete by deployment URL instead. | |
| 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). |