{ "opencollection": "1.0.0", "info": { "name": "Calendly Scheduling Activity Log Data Compliance API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Compliance", "type": "folder" }, "items": [ { "info": { "name": "Delete invitee data", "type": "http" }, "http": { "method": "POST", "url": "https://api.calendly.com/data_compliance/deletion/invitees", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a request to delete invitee data for data compliance purposes such as GDPR. The deletion is processed asynchronously." } ] } ], "bundled": true }