Delete active search
This method is used to delete an active search.
Request:
GET https://www.inoreader.com/reader/api/0/active_search/delete
Request parameters:
id
- Mandatory parameter
Examples:
https://www.inoreader.com/reader/api/0/active_search/delete?id=user/1005921515/label/finalTests2
Response HTTP codes. Response messages are in the body:
- 200
- In response body you'll get a message 'ok'
- 400
- In body :
- 'Mandatory parameter id' - missing id parameter in request
- 'Invalid id' - requested active search id doesn't exist or doesn't belong to the user