Delete a blueprint-draft
DELETE /blueprint-drafts/{id}
DELETE
/blueprint-drafts/{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
organisation
required
author
name
required
string
slug
URL-safe identifier derived from name.
string
description
string
category
string
provider
string
steps
Array of {id, name, type: ‘provision’|‘configure’|‘verify’, resource_type, config JSON, depends_on: string[]}.
variables
JSON Schema for input variables, e.g. {“region”: {“type”: “string”, “default”: “eu-west-1”}}.
resource_types
Array of strings listing the cloud resource types used in this blueprint.
estimated_cost_monthly
Estimated monthly cost in USD.
number
cost_notes
string
status
string
version
string
tags
Array of string tags.
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