DELETE
/
github
/
connection
Disconnect GitHub
curl --request DELETE \
  --url https://your_salambo_base_url/api/v1/github/connection \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "github_username": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

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

Response

Disconnection result

object
string
required
Allowed value: "github_connection.deleted"
github_username
string
required
deleted
boolean
required