Endpoint

GET https://hypeauditor.com/api/method/auditor.removeFromList?report_id=6456&list_id=483

Remove report from list. Cannot use this method for default Recent Searches list (ID=0). Only custom created lists are available for this method.

Request Parameters

FieldTypeDescription
report_idintReport ID
list_idintList ID (do not use ID=0)

Response example

{
    "result": true
}