Skip to content

Add example Requestable & tests for DELETE #3

Description

@haaakon

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions