Allow sending request body in sendDeleteRequest function for REST helper #4480
Closed
schaudhary111
started this conversation in
General
Replies: 1 comment
-
Raised a PR - #4493 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What are you trying to achieve?
I need to test a delete REST API which accepts request body along with header. I am trying to use I.sendDeleteRequest() function but it only allows url& headers but not payload.
Expected Behavior
Request body should be accepted in Delete request function. I checked and this is already supported by axios.delete It accepts two parameters: url and optional config.
Can you please add support for request body in I.sendDeleteRequest() ?
Beta Was this translation helpful? Give feedback.
All reactions