POST
/
integration
/
{integration_name}
/
disconnect
curl --request POST \
  --url https://api.isosceles.ai/integration/{integration_name}/disconnect/ \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

integration_name
string
required

Currently supported integrations are "notion" and "confluence". More integrations will be added in the future.

Response

200 - application/json

Empty object