How to use DELETE request method #724
Unanswered
jamiehaywood
asked this question in
Q&A
Replies: 1 comment
-
let url = `foo.com`
await fetch(url,{
method:'DELETE'
}) I've honestly held off on adding |
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
-
Awesome application, really enjoying using it.
I'm trying to send a DELETE request. Unfortunately I can't override with
{ method: 'DELETE' }
.Any suggestions?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions