Deleting a CAPTCHA Challenge from an Edge Policy

Delete a CAPTCHA challenge from an edge policy.

    1. Open the navigation menu  and select Identity & Security. Under Web Application Firewall, select Edge Policy Resources.
      The Policies list opens. All edge policies are listed in a table.
    2. Select the Compartment from the list.
      All the edge policies in that compartment are listed in a table.
    3. (Optional) Apply one or more of the following Filters to limit the edge policies displayed:
      • State
      • Name
      • Policy Type: Select Edge Policy.
    4. Select the edge policy for which you want to edit and enable the CAPTCHA challenge. 
      The edge policy's details page opens.
    5. Select Bot Management under WAF Policy.
      The Bot Management list opens.
    6. Select the CAPTCHA Challenge tab.
      The CAPTCHA Challenge tab lists all the available CAPTCHA challenges.
    7. Select the Actions menu (three dots) for the CAPTCHA challenge you want to edit and select Delete.
    8. When prompted, confirm the deletion.
    9. Select 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.