Preview Blueprints /
Delete preview environment
Delete a preview environment generated by a preview blueprint.
Required permission
Project > PreviewBlueprints > Previews > Delete
Path parameters
projectId
string requiredID of the projectpreviewBlueprintId
string requiredID of the preview blueprintpreviewId
string requiredID of the preview
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/projects/{projectId}/preview-blueprints/{previewBlueprintId}/previews/{previewId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}