{ "opencollection": "1.0.0", "info": { "name": "Netlify Netlify's API documentation accessToken Form API", "version": "2.33.1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://app.netlify.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Form", "type": "folder" }, "items": [ { "info": { "name": "listSiteForms", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/sites/:site_id/forms", "params": [ { "name": "site_id", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteSiteForm", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.netlify.com/api/v1/sites/:site_id/forms/:form_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "form_id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }