This action sends an HTTP Delete request to a URL. This is used mainly for REST requests to servers in order to delete a resource on the server.

  • Field

    Description
  • Label

    A label to identify the action. This label appears under the Action name inside the Action box. If this field is left blank, the default value is “Untitled.”
  • Description

    A brief explanation of what this action does inside the sequence. This description appears as a tooltip when your cursor hovers over the Action box.
  • Fail Message

    A message that identifies potential issues that could happen with this action. This fail message will appear if the action fails when you try generating the sequence. If this field is left blank, the default error message built into the action appears.
  • URL
    The URL the Delete request is sent to
  • Include Synergy Auth
    The name of a file that is used to write the contents of the URL. This file will be used later to avoid the expensive operation of fetching data from the URL.
  • User Name
    The Synergy Authentication user name.
  • User Password
    The Synergy Authentication password.
  • Content Headers
  • Name
    (Optional) The name of the HTTP header that is sent with the request.
  • Value
    (Optional) The value of the HTTP header that is sent with the request.