Skip to content

Delete Book

Legan_dary edited this page May 15, 2018 · 7 revisions
DELETE /api/deleteBook/{bookId}

Returns the status.

Parameters

JSON Body Parameters

Field Data Type Description
bookId String The id of the deleted book.

Example

Request

DELETE https://localhost:8080/api/deleteBook
JSON Parameters:
{
    "bookId": "cjfx4leqo"
}

Response

{
    "status": "success",
    "message": null,
    "data": null
}
Clone this wiki locally