Is your feature request related to a problem? Please describe.
I added the check because Retrofit is also doing it like this, but it looks like that Delete with body is technically possible and just not recommended and Retrofit also intents to remove the check one day https://github.com/square/retrofit/issues/3177
Describe the solution you'd like
Remove the error when body annotation is used with Delete
Is your feature request related to a problem? Please describe.
I added the check because Retrofit is also doing it like this, but it looks like that Delete with body is technically possible and just not recommended and Retrofit also intents to remove the check one day https://github.com/square/retrofit/issues/3177
Describe the solution you'd like
Remove the error when body annotation is used with Delete
Describe alternatives you've considered
No response
Additional context
No response