https://jsonplaceholder.typicode.com/guide.html ``` Delete a resource fetch('https://jsonplaceholder.typicode.com/posts/1', { method: 'DELETE' }) ``` You can use this endpoint to simulate doing a HTTP Delete and getting 202
https://jsonplaceholder.typicode.com/guide.html
You can use this endpoint to simulate doing a HTTP Delete and getting 202