HttpDeleteRequestValve
Valve to send HTTP DELETE messages .
Properties
Example Configuration
{
    "id" : "6671fa20-5706-4fd3-b811-06b9d47eaf04",
    "name" : "HttpDeleteRequestValve",
    "enabled" : "true",
    "config" : {
      "proceed_on_error" : "false",
      "url" : "https://www.mycompany.com/Handler/PhenixID",
      "url_params" : "{{item.url_params}}",
      "http_crypto_protocol" : "TLSv1.2",
      "trust_all_certs" : "false",
      "keystore" : "40f460b1-5b14-464a-b704-05d7b2998a79",
      "success_string" : "OK"
    }
  }
In the example above, the value url_params has been picked up earlier in the flow.
