Delete media progress
delete_media_progressDeletes a media progress record to erase listening history, including position, completed state, and dates. The first call returns a confirmation token; the second call with that token finalizes the deletion.
Instructions
Deletes a progress record of the API key’s user, which removes the listening history for that item — position, finished state and dates. Takes the media progress id (field "id" of get_media_progress), not the library item id. Two-step: the first call returns a confirmation token, the second call with that token performs the deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm_token | No | Token from the first call of this tool | |
| media_progress_id | Yes | Media progress id, from the "id" field of get_media_progress |