{ "opencollection": "1.0.0", "info": { "name": "Google Books About Trash API", "version": "1.0.0" }, "items": [ { "info": { "name": "Trash", "type": "folder" }, "items": [ { "info": { "name": "Google Trash Messsages", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/messages/:id/trash", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " }, { "name": "id", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Moves the specified message to the trash." }, { "info": { "name": "Google Trash Threads", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/threads/:id/trash", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " }, { "name": "id", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Moves the specified thread to the trash. Any messages that belong to the thread are also moved to the trash." } ] } ], "bundled": true }