Skip to main content
DELETE
/
queues
/
{queue_name}
/
calls
/
{call_control_id}
JavaScript
import Telnyx from 'telnyx';

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

await client.queues.calls.remove('call_control_id', { queue_name: 'queue_name' });

Authorizations

Authorization
string
header
required

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

Path Parameters

queue_name
string
required

Uniquely identifies the queue by name

call_control_id
string
required

Unique identifier and token for controlling the call

Response

Call successfully removed from the queue