cURL
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" }
Delete an existing blueprint
Network ID
Network Secret
Blueprint ID
OK
Response for deleting a blueprint
"123e4567-e89b-12d3-a456-426614174000"
"Blueprint deleted successfully"
"example-blueprint"
Was this page helpful?