Call recording

Delete a call recording

Deletes the call recording identified by id. Deletion is permanent and removes the recording file.

delete/v1/recordings/{id}

Path parameters

idinteger required
Example:123

The unique ID of the call recording.

Response

Returns a success confirmation. The recording is deleted.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}

Changes

Changed in 4 of the 50 revisions of this API.7

    • added the optional property to the response with the status

      response-optional-property-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • added the required property to the response with the status

      response-required-property-added

    This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id Deletecallrecording removed and replaced with call_recording_delete

      api-operation-id-removed

    This revision also has 163 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added