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

id required

The ID of the saved search.

Example Values: 313006

OAuth Signature Generator

Sign in to see a list of your registered applications.

Example Request

POST

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

Example Result

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