Skip to main content
DELETE
/
v0
/
blueprints
Delete a blueprint
curl --request DELETE \
  --url https://controller.platform.simplecloud.app/v0/blueprints \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>'
{
  "blueprint_id": "123e4567-e89b-12d3-a456-426614174000",
  "message": "Blueprint deleted successfully",
  "name": "example-blueprint"
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Query Parameters

blueprint_id
string
required

Blueprint ID

Response

OK

Response for deleting a blueprint

blueprint_id
string
Example:

"123e4567-e89b-12d3-a456-426614174000"

message
string
Example:

"Blueprint deleted successfully"

name
string
Example:

"example-blueprint"