18.1 Deleting the OIG Domain

The steps to delete an Oracle Identity Governance (OIG) domain depends on whether the domain was created with WLST or WDT.

Deleting WLST OIG Domains

  1. Navigate to the $WORKDIR/kubernetes/delete-domain directory:
    cd $WORKDIR/kubernetes/delete-domain
  2. Run the following command to delete the domain:
    ./delete-weblogic-domain-resources.sh -d <domain_uid>
    For example:
    ./delete-weblogic-domain-resources.sh -d governancedomain

Deleting WDT OIG Domains

  1. Run the following command to delete the domain and clusters:
    kubectl delete -f $WORKDIR/yaml/domain.yaml
  2. Navigate to the $WORKDIR/kubernetes/delete-domain directory:
    cd $WORKDIR/kubernetes/delete-domain
  3. Run the following command to remove other domain objects:
    ./delete-weblogic-domain-resources.sh -d <domain_uid>
    For example:
    ./delete-weblogic-domain-resources.sh -d governancedomain