Skip to main content
DELETE
/
ai
/
integrations
/
connections
/
{user_connection_id}
JavaScript
import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: 'My API Key',
});

await client.ai.integrations.connections.delete('user_connection_id');
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_connection_id
string
required

The user integration connection identifier

Response

No Content - Integration connection deleted successfully