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