Sign in

Delete lists

documented

Delete lists.

POST /3/lists/delete.phpListsno implementation yet0 runs
No 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 "http://api.toodledo.com/3/lists/delete.php" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d 'access_token={{OAUTH2_ACCESS_TOKEN}}&lists=%5B%22{{$list_id1}}%22%2C%22{{$list_id2}}%22%5D'
Delete lists · Toodledo · OpenIntegrations