Deleting a Virtual Service Route Table

Delete a virtual service route table in Service Mesh.

Important

Before you proceed, you must set up the appropriate OCI policies for the virtual service route table resource. For details, see Required IAM Policy for Virtual Service Route Table.
    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
    2. Click Service Meshes.
    3. On the Service Mesh page, from the list of compartments on the left side, select a compartment.
    4. From the list of meshes, click the mesh name that contains the virtual service for which you want to delete the route table.
    5. On the details page of the mesh, click the name of the virtual service that has the route table that you want to delete.
    6. On the details of the virtual service, under Resources, select Route Tables, and click the route table that you want to delete.
    7. On the details page of the route table, click Delete.
    8. In the Delete Virtual Service Route Table dialog box, click Delete.
  • To see what operations are available for virtual-service-route-table delete use:

    oci service-mesh virtual-service-route-table delete -h

    To delete a virtual service route table, use the following command:

    oci service-mesh virtual-service-route-table delete --virtual-service-route-table-id <virtualServiceRouteTableId>

    where:

    • <virtualServiceRouteTableId>: The OCID of the virtual service route table to delete.

    For example:

    oci service-mesh virtual-service-route-table delete --virtual-service-route-table-id ocid1.meshvirtualserviceroutetable.oc1..aaa...

    For more information about using the CLI, see:

  • Use the DeleteVirtualServiceRouteTable operation to delete a virtual service route table.