delete_network¶
Deletes a network that was created using create_network.
Arguments¶
network_id[String]: network_id of the network to delete.
Result¶
No return value.
Examples¶
API request¶
{
"method": "delete_network",
"arguments": ["<network_id>"],
"context": {
"director_uuid": "<director-uuid>",
"request_id": "<cpi-request-id>",
}
}