v0 Platform API/API Reference/Deployments
Delete Deployment
Delete a deployment by ID. This will delete the deployment from Vercel.
DELETE/v1/deployments/{deploymentId}
Usage
TypeScript Example
API Signature
Request
Path Parameters
deploymentId: string
Path parameter "deploymentId"
Response
id: string
object: 'deployment'
deleted: 'true'