33 lines
520 B
Plaintext
33 lines
520 B
Plaintext
meta {
|
|
name: Delete Ebook Rating
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
delete {
|
|
url: http://localhost:8765/api/ebooks/{{ebookid}}/rating
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|
|
|
|
docs {
|
|
## Delete Ebook Rating
|
|
|
|
Deletes the authenticated user's rating for a specific ebook.
|
|
|
|
**Authentication:** Required (Bearer token)
|
|
|
|
**Path Parameters:**
|
|
- `id` (string): Ebook UUID
|
|
|
|
**Response:** No content (204)
|
|
|
|
**Error Responses:**
|
|
- 401: Invalid authentication
|
|
- 404: Rating not found
|
|
} |