GitHub Integrations

Delete Github Integration

Delete GitHub integration

post
/v1/integration/github/{githubIntegrationId}/delete

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

githubIntegrationIdstring* Required

The ID of the GitHub integration

Request Body * Required

Request Body Schema: application/json

import { ChatBotKit } from '@chatbotkit/sdk'

const cbk = new ChatBotKit({

secret: process.env.CHATBOTKIT_API_KEY!

})

const response = await cbk.integration.github.delete(

githubIntegrationId,
{}
)
{
"id":"string"
}
The GitHub integration was deleted successfully