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. A successful DELETE request typically returns a id=1
).200 OK
, 202 Accepted
, or 204 No Content
response code.
Body
PARAM
Key | Datatype | Required | Description |
id
|
number |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status