cURL
curl --request DELETE \ --url https://controller.platform.simplecloud.app/v0/networks \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>'
{ "message": "Network deleted successfully", "network_id": "123e4567-e89b-12d3-a456-426614174000" }
Delete a network and cascade delete all associated resources (servers, groups, blueprints, etc.)
Network ID
Network Secret
OK
Response for deleting a network and all its resources
"Network deleted successfully"
"123e4567-e89b-12d3-a456-426614174000"
Was this page helpful?