Logo
Markus Postman Training API Documentation

Remove item

DELETE {{url}}/record/:id

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "welcome": "You're using the API Adoption course! Check out the 'data' object below to see the values returned by this API request. Click **Visualize** to see the 'tutorial' guiding you through next steps - do this for every request in the collection!", "tutorial": { "title": "You deleted a record! πŸ—‘οΈ", "intro": "_You didn't really delete a record, this is just a demo endpoint.._ πŸ˜†", "data": { "message": "Record removed" }, "steps": [ { "note": "So far we have looked at how you can provide information to help your users onboard with your APIs, but you can also share collections and documentation privately with collaborators using team workspaces. Members can see your collections together with documentation, and can view docs from a web link." }, { "note": "Next up we are going to use mock servers to return fake data instead of letting users hit a production API, and see some data visualizations on request responses." } ], "next": [ { "step": "Save the response to this request as an example like you did before, then open the `Get list` request and hit **Send**." } ] } }



Curl
curl -X DELETE 'prod-api/record/:id'

ENDPOINTS