Currently, the Delete method is using a GET method. Change it to a POST method. Refer https://stackoverflow.com/questions/786070/why-should-you-delete-using-an-http-post-or-delete-rather-than-get for possible reasons.
Currently, the Delete method is using a GET method. Change it to a POST method.
Refer https://stackoverflow.com/questions/786070/why-should-you-delete-using-an-http-post-or-delete-rather-than-get for possible reasons.