POST saved_searches/destroy/:id
post-saved_searches-destroy-id

POST saved_searches/destroy/:id

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

Resource Information

Response formats JSON
Requires authentication? Yes (user context only)
Rate limited? Yes

Parameters

Name Required Description Default Value Example
id required The ID of the saved search. 313006

Example Request

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

Example Response

{
  "created_at": "Fri Nov 04 18:46:41 +0000 2011", 
  "id": 62353170, 
  "id_str": "62353170", 
  "name": "@anywhere", 
  "position": null, 
  "query": "@anywhere"
}