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

KeyDatatypeRequiredDescription
idstring

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"message":"You made a DELETE request to delete id=1!"}