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

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

await client.integrationSecrets.delete('id');
{
  "errors": [
    {
      "detail": "<string>",
      "code": "<string>",
      "title": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

The resource was deleted successfully.