swagcoder
3 years agoOccasional Visitor
Delete with Request Body / Payload
How to design for a DELETE request having a Request Body or Payload in version 3.0.0
in:"body" or requestBody: is supported for DELETE it seems. What is the work around?
- Hi swagcoder 
 I never tried to use a request body in a Delete but, as far as I know, it is not allowed anymore in OAS3.x.x
 Look at the doc here
 In another hand, there is a kind of exception I found, but I can't provide more than the doc reference here.
 You will have to investigate further.
 Let us know.