DELETE
/
team
/
{team_id}
/
connections
/
{connection_id}
curl --request DELETE \
  --url https://api.chartbrew.com/team/{team_id}/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "removed": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

ID of the team

connection_id
string
required

ID of the connection

Query Parameters

removeDatasets
boolean

Whether to remove associated datasets

Response

200
application/json
Connection deleted successfully
removed
boolean