Delete deployment
documentedDelete a deployment by its ID.
DELETE /v13/deployments/{id}Deploymentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://api.vercel.com/v13/deployments/{{$id}}?url={{$url}}&teamId={{$teamId}}&slug={{$slug}}\" -X DELETE -H \"Authorization: Bearer {{VERCEL_API_KEY}}\" -H \"Accept: application/json\"