Skip to main content
DELETE
/
api
/
previews
/
{deploymentId}
Delete a preview deployment
curl --request DELETE \
  --url http://localhost:3000/api/previews/{deploymentId}
{
  "status": "ok",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.prvue.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

deploymentId
string
required

Deployment id (projectSlug-prNumber)

Example:

"myorg-myapp-12"

Response

Preview cleaned up

status
string
Example:

"ok"

message
string