Delete a recording

Permanently deletes the recording associated with the given recording ID and interaction ID.

Use this endpoint to delete a specific recording from an interaction. The deletion is processed
asynchronously — the request is accepted immediately and the recording file is removed in the background.

Important behavior:

  • Requires the recordings:delete OAuth scope.
  • Returns 204 No Content on success (no response body).
  • Returns 404 if the recording does not exist or does not belong to the specified interaction.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Scope

recordings:delete

Path Params
string
required

The ID of the interaction that contains the recording

string
required

The ID of the recording to delete

Responses
204

Recording deleted successfully

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json