Anitrack/rest/Simkl/Post Items/Delete Entry.http

18 lines
279 B
Plaintext
Raw Permalink Normal View History

2025-02-18 12:50:23 -05:00
# @name Delete Entry
GET https://api.simkl.com/sync/history/remove
Content-Type application/json
Accept application/json
simkl-api-key {{SIMKL_CLIENT_ID}}
Authorization Bearer {{SIMKL_AUTH_TOKEN}}
{
"shows": [
{
"ids": {
"simkl": 909121
}
}
]
}