Logo
Hack Back Better Demo API Documentation

Delete a book by id

DELETE {{baseUrl}}/books/:id

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://library-api.postmanlabs.com/books/:id' -H 'Accept: application/json'

ENDPOINTS