Pipelines /
Delete preview environment
Delete a preview environment generated by a preview template.
Required permission
Account > Templates > General > Delete
Path parameters
projectId
string requiredID of the projectpipelineId
string requiredID of the pipelinepreviewId
string requiredID of the preview environment
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/projects/{projectId}/pipelines/{pipelineId}/preview-envs/previews/{previewId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}