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

const client = new Telnyx({
  apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});

const migrationSource = await client.storage.migrationSources.delete('');

console.log(migrationSource.data);
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier for the data migration source.

Response

Create Migration Source Response

data
object