Skip to content

Disconnect GitHub App

DELETE
/auth/github/connect
curl --request DELETE \
--url https://api.deploybase.eu/api/v1/auth/github/connect \
--header 'Content-Type: application/json' \
--data '{ "team_id": "example" }'

Removes the team’s GitHub App connection and per-repo webhooks. Owner/Admin only.

Disconnect request

Media type application/json
object
team_id
required
string
Example generated
{
"team_id": "example"
}

No Content

Bad Request

object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string

Forbidden

object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string

Not Found

object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string