Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 network-acl delete

Delete a network ACL. To delete interactively, use “auth0 network-acl delete” with no arguments. To delete non-interactively, supply the network ACL ID and –force flag to skip confirmation. Use –all flag to delete all network ACLs at once.

Usage

auth0 network-acl delete [flags]

Examples

  auth0 network-acl delete
  auth0 network-acl delete <id>
  auth0 network-acl delete <id> --force
  auth0 network-acl delete --all
  auth0 network-acl delete --all --force

Flags

      --all     Delete all network ACLs
      --force   Skip confirmation

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.