Delete a blueprint
DELETE /blueprints/{id}
DELETE
/blueprints/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”Deleted
object
data
object
name
required
string
description
string
category
required
string
provider
string
icon
MDI icon name, e.g. mdi-server
string
template
required
Parameterized config: { params: [{key, label, type, options?, default?, required?}], cloud_instance: {…} }. Supports {{key}} placeholder substitution.
version
string
is_public
When true, visible in the global catalog for all users.
boolean
organisation
deploy_count
Usage counter incremented on each successful deploy.
integer
tags
Array of string tags for search and filtering.
cost_estimate
Cost estimate for this blueprint: {resources: [{type, provider, region, monthly_usd}], total_monthly_usd}.
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found