Delete data
DELETE {{url}}/info?id={{id}}
Delete data from the API at the /info endpoint, specifying the data by passing its id as a query parameter
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"message":"You made a DELETE request to delete id=1!"}