Skip to main content
DELETE
/
external_connections
/
log_messages
/
{id}
JavaScript
import Telnyx from 'telnyx';

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

const response = await client.externalConnections.logMessages.dismiss('id');

console.log(response.success);
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<int64>
required

Identifies the resource.

Example:

"1293384261075731499"

Response

Successful response

success
boolean

Describes wether or not the operation was successful