18 lines
279 B
Plaintext
18 lines
279 B
Plaintext
|
# @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
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|