DELETE
/
connections
/
{connectionId}
Delete a connection
curl --request DELETE \
  --url https://qubesync.com/api/v1/connections/{connectionId} \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Use your app's API_KEY as the username, and leave the password blank

Path Parameters

connectionId
string<uuid>
required

ID of the connection to delete

Response

204

Connection and all associated data deleted successfully