asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://asyrjasalo.github.io/RESTinstance
GNU Lesser General Public License v3.0
204 stars 84 forks source link

Can not use DELETE with body #106

Closed drvgao closed 3 years ago

drvgao commented 3 years ago

I see there is an issue with closed status, however as mentioned in that request I've real-world scenario where I need to send the body with a DELETE request.

Scenario:

asimell commented 3 years ago

@drvgao https://github.com/asyrjasalo/RESTinstance/pull/113 added support for body in the Delete keyword. Does that fix your issue?

asimell commented 3 years ago

Closing issue due to lack of new information. Please reopen if still an issue.