32 lines
397 B
Plaintext
32 lines
397 B
Plaintext
|
meta {
|
||
|
name: Delete Media
|
||
|
type: graphql
|
||
|
seq: 4
|
||
|
}
|
||
|
|
||
|
post {
|
||
|
url: https://graphql.anilist.co
|
||
|
body: graphql
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
headers {
|
||
|
Authorization: Bearer {{ANILIST_ACCESS_TOKEN}}
|
||
|
Content-Type: application/json
|
||
|
Accept: application/json
|
||
|
}
|
||
|
|
||
|
body:graphql {
|
||
|
mutation($id:Int){
|
||
|
DeleteMediaListEntry(id:$id){
|
||
|
deleted
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
body:graphql:vars {
|
||
|
{
|
||
|
"id":430978266
|
||
|
}
|
||
|
}
|