cURL
curl --request DELETE \ --url https://api.datagrid.com/v1/connections/{connection_id} \ --header 'Authorization: Bearer <token>'
Delete an authenticated connection to a third-party service.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the connection to delete.
Successfully deleted connection