Skip to content

2.5) Requests: DELETE

Marco Cesarato edited this page Apr 9, 2019 · 1 revision

DELETE Request

Delete data

  • Select the row on table: /[database]/[table]/[id].[format]

Examples of DELETE Requests:

DELETE /dataset/users/1.json HTTP/1.1
Host: localhost
Clone this wiki locally