Recording Transcriptions

Delete a Recording Transcription

Deletes one saved recording transcription from the account and returns no body on success. This removes the transcript without deleting its source recording. Live Calling API transcription is controlled through call commands instead.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.

Learn more about API scopes.

delete/Accounts/{AccountSid}/Transcriptions/{Sid}

Path parameters

AccountSidstring uuid required

Universal Unique Identifier.

The unique identifier for the account that created this transcription.

Sidstring uuid required

Universal Unique Identifier.

The unique identifier for the transcription.

Response

204 No Content response.

Changes