Deleting a CAPTCHA Challenge from an Edge Policy

Describes how to delete a CAPTCHA challenge from an edge policy.

    1. Open the navigation menu and click Identity & Security. Under Web Application Firewall, click Policies.

      Alternatively, open the Web Application Firewall page and click Policies under Resources.

      The WAF Policies page appears.

    2. Select the Compartment from the list.

      All the WAF policies in that compartment are listed in tabular form.

    3. (Optional) Apply one or more of the following Filters to limit the edge policies displayed:
      • State

      • Name

      • Policy Type: Select Edge Policy.

    4. Click the name of the edge policy for which you want to edit and enable the CAPTCHA challenge. 

      The Details page of the edge policy you selected appears.

    5. Click Bot Management under WAF Policy.

      The Bot Management list appears.

    6. Select the CAPTCHA Challenge tab.

      The CAPTCHA Challenge tab lists all the available CAPTCHA challenges.

    7. Click the Actions menu (Actions Menu) for the CAPTCHA challenge you want to edit and click Delete.
    8. Confirm the deletion.
    9. Click Save Changes.

      The CAPTCHA challenge you deleted is removed from the list of CAPTCHAs.

    Publish your changes for them to take effect. See Publishing Changes.

  • Use the oci waas captcha update command and required parameters to delete a CAPTCHA challenge from an edge policy:

    oci waas captcha update  --captchas captchas --waas-policy-id waas_policy_ocid [OPTIONS]

    The captchas value is a list of CAPTCHA details. This is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using the file://path/to/file syntax.

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

  • Use the UpdateCaptchas operation to delete a CAPTCHA challenge.