Google Chat Integrations

Delete Googlechat Integration

Delete Google Chat integration

post
/v1/integration/googlechat/{googlechatIntegrationId}/delete

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

googlechatIntegrationIdstring* Required

The ID of the Google Chat 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.googlechat.delete(

googlechatIntegrationId,
{}
)
{
"id":"string"
}
The Google Chat integration was deleted successfully