Remove a book

Removes a book from your store. This cannot be undone.

DELETE
/books/{id}

Removes a book from your store. This cannot be undone.

Path Parameters

idstringrequired

The book id.

Response Body

application/json

curl -X DELETE "https://example.com/books/string"

This response has no body.

{  "code": "string",  "message": "string"}