Skip to main content
DELETE
/
connections
/
{connection_id}
Delete a connection
curl --request DELETE \
  --url https://qubesync.com/api/v1/connections/{connection_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "error": {
    "code": "unauthorized",
    "message": "Authentication required"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

connection_id
string<uuid>
required

ID of the connection to delete

Response

Connection and all associated data deleted successfully