Delete folder
documentedDelete a folder and move its articles to Archive.
POST /api/1/folders/deleteFoldersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.instapaper.com/api/1/folders/delete" \
-X POST \
-H "Authorization: OAuth oauth_consumer_key=\"{{INSTAPAPER_CONSUMER_KEY}}\", oauth_token=\"{{INSTAPAPER_OAUTH_TOKEN}}\", oauth_signature_method=\"HMAC-SHA1\", oauth_timestamp=\"{{OAUTH_TIMESTAMP}}\", oauth_nonce=\"{{OAUTH_NONCE}}\", oauth_version=\"1.0\", oauth_signature=\"{{OAUTH_SIGNATURE}}\"" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "folder_id={{$folder_id}}"