cURL
curl --request DELETE \ --url http://localhost:3000/api/previews/{deploymentId}
{ "status": "ok", "message": "<string>" }
Stops and removes the preview for the given deployment id (format: -, e.g. myorg-myapp-12).
Deployment id (projectSlug-prNumber)
"myorg-myapp-12"
Preview cleaned up
"ok"