Deleting a Route Table

On Compute Cloud@Customer, you can delete a route table as long as it is not associated with a subnet. You can't delete a VCN default route table.

    1. In the Compute Cloud@Customer Console navigation menu, select Networking, then select Virtual Cloud Networks.

    2. At the top of the page, select the compartment that contains the VCN in which you want to create a subnet.
    3. Select the name of the VCN for which you want to delete a route table.

      The VCN details page is displayed.

    4. Under Resources, select Route Tables.

    5. Select the Actions menu (An image of the three dot icon.) for the route table that you want to delete, then select Delete.

    6. Confirm the deletion.

  • Use the oci network route-table delete command and required parameters to delete the specified route table.

    oci network route-table delete --rt-id ocid1.routetable.unique_ID [OPTIONS]

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the DeleteRouteTable operation to delete the specified route table.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.