Skip to main content
DELETE
/
siprec_connectors
/
{connector_name}
JavaScript
import Telnyx from 'telnyx';

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

await client.siprecConnectors.delete('connector_name');
{
  "errors": [
    {
      "code": 123,
      "title": "<string>",
      "detail": "<string>",
      "source": {
        "pointer": "<string>",
        "parameter": "<string>"
      },
      "meta": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

connector_name
string
required

Uniquely identifies a SIPREC connector.

Response

The SIPREC connector was deleted successfully.