Books API
GY Docs
Documentation
Books API
Get Book (Public)
GET
Get Book
GET
List Books by User
GET
Update Book
PATCH
Delete Book
DELETE
Friends API
List Friends
GET
Remove Friend
DELETE
Send Friend Request
POST
Manage Friend Request
POST
Get Friend Requests
GET
Profile API
List Profiles
GET
List Profiles (Public)
GET
Get Profile
GET
Get Profile (Public)
GET
Update Biography
PATCH
Get Hall of Fame
GET
Add Book to Hall of Fame
PATCH
Delete Book from Hall of Fame
DELETE
Set Quote to Hall of Fame
PATCH
Activity API
List Friends Activities
GET
List Activities
GET
Add Activity
POST
React to an Activity
PATCH
Lists API
List lists
GET
Get list
GET
Create List
POST
Update List
PATCH
Remove List
DELETE
Save a Book
POST
Update a Book
PATCH
Remove a Book
DELETE
Metadata API
GY Accounts
GY Books
Heralds of Chaos
GY Accounts
GY Books
Heralds of Chaos
Books API
Delete Book
DELETE
https://api.gycoding.com/books
/{id}
Try it
Run in Apidog
Run in Apidog
Removes an existing Book rating.
Request
Path Params
Generate Code
Header Params
Generate Code
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'https://api.gycoding.com/books/'
\
--header
'Authorization;'
Responses
🟢
204
No Content
Generate Code
This response does not have a body.
ðŸŸ
400
Bad Request
ðŸŸ
401
Unauthorized
ðŸŸ
403
Forbidden
ðŸŸ
404
Not Found
ðŸŸ
405
Method Not Allowed
🔴
500
Internal Error
Previous
Update Book
Next
List Friends