Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The DELETE /interactions/{guid} endpoint allows you to delete an interaction by specifying its unique identifier. Interaction will be removed along with all of its interaction content (call recording, transcript, categorization results, and so on).

Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColor#ffa78c
borderStylesolid
titleIn this page

Table of Contents

Insert excerpt
_ExcerptAPICloudNextGen
_ExcerptAPICloudNextGen
nopaneltrue

Parameters

The endpoint accepts the following path parameters:

guid

Type

Required

Example

StringTrue2480fc2c-bbd7-427c-9439-02f76583aef5

A globally unique identifier of the interaction you want to delete.

Request

Delete a single interaction and all of its content

Code Block
languagepowershell
themeMidnight
curl -L -X DELETE "https://emea.api.newvoicemedia.com/interaction-content/interactions/017d7fdd-228e-4224-b817-61d0df71c41c" \
-H "Accept: application/vnd.newvoicemedia.v3+json" \
-H "Authorization: Bearer <ACCESS_TOKEN>" \

Responses

Successful response

...