website logo
System StatusChange LogLog In / Sign Up
Reference
Tutorials
Navigate through spaces
Reference
Tutorials
⌘K
Overview
Transcription Features
CX AI Features
Getting Started
ElevateAI Dashboards
Submit an Interaction
Declare an Audio Interaction
Declare a Transcript
Declare a Chat Interaction
Check the Status
Check the Processing Status
Retrieve Declared Parameters
Retrieve Results
Get Phrase-by-Phrase Transcript
Get Punctuated Transcript
Get CX AI
Delete Data
Python SDK
.Net SDK
Docs powered by archbee 

Delete Data

// Overview

Leveraging the unique interactionIdentifier provided upon declaring an audio, transcript, or chat interaction, this endpoint enables you to instantly delete all results associated with the interaction from our database.

Note: All source data is deleted immediately and promptly upon processing. See data retention & security for additional details.

When the DELETE request successfully executes, an HTTP status is returned to indicate the request was successful and all data associated with the interactionIdentifier has been removed from our database.

If an error occurs when requesting to declare the interaction, a standard HTTP response code is retuned to indicate the request was unsuccessful, along with a JSON response containing additional details to assist in troubleshooting.



// Request Parameters & Code Example

DELETE
Params
Path Params
interactionIdentifier
required
String
interactionIdentifier returned upon successfully declaring the interaction
Header Parameters
X-API-Token
required
String
Valid API key associated with your account for authentication and usage tracking
Curl
Node.js
JS
Python
Ruby
C#
PHP
|
RESPONSES
200
400
401
404
|




Docs powered by archbee 
Delete All Data
TABLE OF CONTENTS
// Overview
// Request Parameters & Code Example
DELETE
Delete All Data