Deleting a Security List

On Compute Cloud@Customer, you can delete a security list as long as it isn't associated with a subnet. You can't delete a VCN default security list.

    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 security list.

      The VCN details page is displayed.

    4. Under Resources, select Security Lists.

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

    6. Confirm the deletion.

  • Use the oci network security-list delete command and required parameters to delete the specified security list, but only if it’s not associated with a subnet.

    oci network security-list delete [OPTIONS]

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

  • Use the DeleteSecurityList operation to delete the specified security list, but only if it’s not associated with a subnet.

    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.