Tools
trakt_remove_from_history
Run the trakt_remove_from_history tool. Returns a clean, normalized JSON shape. Bring your own key — connect trakt first via POST /v1/connections.
POST
trakt_remove_from_history
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the trakt_remove_from_history tool. Returns a clean, normalized JSON shape. Bring your own key — connect trakt first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/trakt_remove_from_history \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"imdb_id": "<string>",
"tmdb_id": 123,
"trakt_id": 123,
"slug": "<string>",
"movies": [
{}
],
"shows": [
{}
],
"seasons": [
{}
],
"episodes": [
{}
]
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/trakt_remove_from_history \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"imdb_id": "<string>",
"tmdb_id": 123,
"trakt_id": 123,
"slug": "<string>",
"movies": [
{}
],
"shows": [
{}
],
"seasons": [
{}
],
"episodes": [
{}
]
}
'{}