30 lines
378 B
Plaintext
30 lines
378 B
Plaintext
meta {
|
|
name: Delete Entry
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: https://api.simkl.com/sync/history/remove
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Authorization: Bearer {{SIMKL_AUTH_TOKEN}}
|
|
Content-Type: application/json
|
|
simkl-api-key: {{SIMKL_CLIENT_ID}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"shows": [
|
|
{
|
|
"ids": {
|
|
"simkl": 909121
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|