• Perform AJAX HTTP DELETE request

    Parameters

    • url: string

      URL of the DELETE endpoint

    • Optionaloptions: HttpJsonOptions

      Options to add to the request

    Returns Promise<HashMap<any>>

  • Perform AJAX HTTP DELETE request

    Parameters

    • url: string

      URL of the DELETE endpoint

    • Optionaloptions: HttpTextOptions

      Options to add to the request

    Returns Promise<string>

  • Perform AJAX HTTP DELETE request

    Parameters

    • url: string

      URL of the DELETE endpoint

    • Optionaloptions: HttpVoidOptions

      Options to add to the request

    Returns Promise<void>