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
Request
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