Function deleteRequest

  • Parameters

    • props: DeleteProps

      Object containing the url, endpoint, body, and headers.

    Returns Promise<Response>

    Promise of a Response object

    Function

    delete

    Description

    Send a DELETE request to the server.