Skip to main content
POST
Discard a dialpad call record

Authorizations

Authorization
string
header
required

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

Path Parameters

callId
string
required

The provider-agnostic callId minted by Tether (also used as providerCallId for SDK calls).

Body

application/json
contactId
string
deleteContact
boolean

Only deletes the contact when it was a placeholder (firstName: "New Contact", source: "Outgoing Call") created from the dialpad.

Response

Call discarded (or not found, treated as success)

success
enum<boolean>
required
Available options:
true
message
string