Deleting A Book Listing By ID - Planning
PreviousUpdating A Book Listing By ID - ImplementationNextDeleting A Book Listing By ID - Implementation
Last updated
{
"status": "error",
"code": 401,
"message": "Access denied: you must be logged in to access this API endpoint.",
"data": null,
"errors": ["You must be logged in."]
}{
"status": "error",
"code": 404,
"message": "That book with the specified ID does not exist."
"data": null,
"errors": [
"Book listing not found."
]
}{
"status": "success",
"code": 200,
"message": "The book has successfully been deleted.",
"data": {},
"errors": null
}