Delete a route table
You can delete a route table that you no longer need and that is not associated with any subnet. You cannot delete the route table that is set as the main one.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- compute.routeTable.delete
- Console
- API
- Terraform

Delete a route table from the console
You can delete a single route table or delete several of them in one action.
Delete a route table
- Log in to the Numspot console.
- From the left-hand side menu, click Network → VPC → Route Table.
- Identify the route table you want to delete, then from the list of actions, click Delete. A new "Deleting the route table" dialog box appears.
- To continue, strong confirmation is required. Enter the name of the resource to delete in the corresponding field.
- Click Delete.
The route table is deleted and a confirmation message "The route table has been successfully deleted" appears.
Delete several route tables
- Log in to the Numspot console.
- From the left-hand side menu, click Network → VPC → Route Table.
- Select the route tables you want to delete, then click Delete. A new "Deleting route tables" dialog box appears.
- To continue, strong confirmation is required. Enter the term Delete in the corresponding field.
- Click Delete.
The route tables are deleted and a confirmation message "The route tables have been successfully deleted" appears.
info
Before you start: detach the route table from the subnets it is associated with.
The DELETE /compute/spaces/{spaceId}/routeTables/{id} command deletes a specified route table. Before deleting a route table, you must dissociate it from any subnet. You cannot delete the main route table.
The Terraform documentation is available on the Numspot registry ↗.