Skip to main content
DELETE
/
v0
/
networks
Delete a network and all its resources
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"
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Response

OK

Response for deleting a network and all its resources

message
string
Example:

"Network deleted successfully"

network_id
string
Example:

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