You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A payload within a DELETE request message has no defined semantics;
sending a payload body on a DELETE request might cause some existing
implementations to reject the request.
The current delete request is the name of the model to be deleted placed in the body, which causes the following programming languages or third-party libraries to not handle the delete request correctly.
expected:
Change /api/deleteto /api/delete/%modele, and remove adding request information to the body.