{ "opencollection": "1.0.0", "info": { "name": "Egencia Cancellation/Deletion API", "version": "v1.0" }, "items": [ { "info": { "name": "bookings v1", "type": "folder" }, "items": [ { "info": { "name": "Cancel trip for a particular booking ID", "type": "http" }, "http": { "method": "POST", "url": "https://apis.egencia.com/openconnect/api/v1/bookings/:bookingId/cancel", "params": [ { "name": "bookingId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://apis.egencia.com/auth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "

Creates a cancel request for a specific booking Id

\n

Request Parameters

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n" }, { "info": { "name": "Delete trip items for a particular booking ID", "type": "http" }, "http": { "method": "POST", "url": "https://apis.egencia.com/openconnect/api/v1/bookings/:bookingId/delete", "params": [ { "name": "bookingId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://apis.egencia.com/auth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "

Creates a delete request for a specific booking Id

\n

Request Parameters

\n
\n
\n Attribute\n \n Type\n \n Description\n
metadata
bookingIdString
\n \n \n \n \n \n \n \n \n \n \n \n \n" } ] } ], "bundled": true }
\n Attribute\n \n Type\n \n Description\n
metadata
bookingIdString