保存している検索条件を破棄します。検索条件を破棄できるのは、その検索条件の作成者だけです。
| POST saved_searches/ | 
https://api.twitter.com/1.1/saved_searches/destroy/:id.json
| Resource URL
 | 
| Resource Information
Response formats
 
JSON
 
Requires authentication?
 
Yes (user context only)
 
Rate limited?
 
Yes
 | 
保存されている検索条件のID。
サンプル値: 313006
| Parameters
id 
required
 The ID of the saved search. Example Values:  | 
ログインして登録アプリケーションの一覧を参照してください。
| OAuth Signature GeneratorSign in to see a list of your registered applications. | 
POST 
https://api.twitter.com/1.1/saved_searches/destroy/62353170.json
	
	| Example RequestPOST 
 | 
{
  "created_at": "Fri Nov 04 18:46:41 +0000 2011", 
  "id": 62353170, 
  "id_str": "62353170", 
  "name": "@anywhere", 
  "position": null, 
  "query": "@anywhere"
}
	
	| Example Result{
  "created_at": "Fri Nov 04 18:46:41 +0000 2011", 
  "id": 62353170, 
  "id_str": "62353170", 
  "name": "@anywhere", 
  "position": null, 
  "query": "@anywhere"
}
 |