-
Notifications
You must be signed in to change notification settings - Fork 31
Delete Book
Legan_dary edited this page May 15, 2018
·
7 revisions
DELETE /api/deleteBook/{bookId}
Returns the status.
Field | Data Type | Description |
---|---|---|
bookId | String | The id of the deleted book. |
DELETE https://localhost:8080/api/deleteBook
JSON Parameters:
{
"bookId": "cjfx4leqo"
}
{
"status": "success",
"message": null,
"data": null
}