POST saved_searches/destroy/:id

Updated on Fri, 2012-08-24 15:01

Destroys a saved search for the authenticating user. The authenticating user must be the owner of saved search id being destroyed.

Resource URL

https://api.twitter.com/1.1/saved_searches/destroy/:id.json

Parameters

id required

The ID of the saved search.

Example Values: 313006

Example Request

POST

https://api.twitter.com/1.1/saved_searches/destroy/62353170.json

POST Data

None

  1. {
  2.   "created_at": "Fri Nov 04 18:46:41 +0000 2011", 
  3.   "id": 62353170, 
  4.   "id_str": "62353170", 
  5.   "name": "@anywhere", 
  6.   "position": null, 
  7.   "query": "@anywhere"
  8. }