cURL
curl --request DELETE \ --url https://qubesync.com/api/v1/connections/{connectionId} \ --header 'Authorization: Basic <encoded-value>'
This response does not have an example.
Deletes a connection by ID. This will also delete all associated queued requests.
Use your app's API_KEY as the username, and leave the password blank
ID of the connection to delete
Connection and all associated data deleted successfully