delete_me_item_by_id_bookmark_by_time
Delete a bookmark from an audiobook item by specifying its ID and time position. Use this to remove unwanted or outdated listening markers.
Instructions
Delete item bookmark.
DELETE /api/me/item/{id}/bookmark/{time}
Args: id: Path parameter. time: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| time | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |