Delete data

DELETE {{base_url}}/info?id=1

This is a DELETE request, and it is used to delete data that was previously created via a POST request. You typically identify the entity being updated by including an identifier in the URL (eg. id=1).

A successful DELETE request typically returns a 200 OK, 202 Accepted, or 204 No Content response code.

Request Params

KeyDatatypeRequiredDescription
idnumber