19.1 Deleting the OAM Domain

The steps to delete an Oracle Access Management (OAM) domain depends on whether the domain was created with WLST or WDT.

Deleting WLST OAM 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 accessdomain

Deleting WDT OAM 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 accessdomain