Skip to main content

Delete Integration

DELETE 

https://{api2.codechat.dev}/api/v2/instance/:instanceId/typebot-integration

Authorization: Json Web Token

name: Json Web Tokentype: httpscheme: bearerbearerFormat: jwtdescription: It is an **HTTP** authentication scheme that involves security tokens called **bearer tokens**.

**BearerFormat:** JWTin: header

Delete Integration

Request

Path Parameters

    instanceId stringrequired

    ID of the instance.

Responses

Success - status: 200

Schema
    integrationId stringrequired
    publicId stringrequired
    typebotURL stringrequired
    enabled booleanrequired
    instanceInstanceId stringrequired
    createdAt date-timerequired
    updatedAt date-timerequired
curl -L -g -X DELETE 'https://{api2.codechat.dev}/api/v2/instance/:instanceId/typebot-integration' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://{api2.codechat.dev}
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!