Skip to main content
DELETE
/
books
/
delete
/
{bookId}
delete
curl --request DELETE \
  --url http://localhost:8000/v1/books/delete/{bookId}
This response has no body data.

Path Parameters

bookId
string
required
Example:

"670a7ae15b957b4654de01ff"

Response

205 - undefined