Logo
22janBatch API Documentation

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.

 

Body PARAM

Key Datatype Required Description 
id
number



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://postman-rest-api-learner.glitch.me//info?id=1?id=1'

ENDPOINTS