meta { name: Delete Ebook Rating type: http seq: 8 } delete { url: {{base_url}}/api/ebooks/{{ebook_id}}/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 }