cURL
curl --request DELETE \ --url https://api.offlineprotocol.com/api/v1/connections/{connection_id} \ --header 'Authorization: Bearer <token>'
{ "data": "<unknown>" }
Removes a connection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the connection to remove
Connection removed