• Perform AJAX HTTP DELETE request

    Parameters

    • url: string

      URL of the DELETE endpoint

    • Optionaloptions: HttpJsonOptions

      Options to add to the request

    Returns Observable<HashMap<any>>

  • Perform AJAX HTTP DELETE request

    Parameters

    • url: string

      URL of the DELETE endpoint

    • Optionaloptions: HttpTextOptions

      Options to add to the request

    Returns Observable<string>

  • Perform AJAX HTTP DELETE request

    Parameters

    • url: string

      URL of the DELETE endpoint

    • Optionaloptions: HttpVoidOptions

      Options to add to the request

    Returns Observable<void>