Recording Transcriptions

Delete a Recording Transcription.

Delete a recording transcription from your account. If the delete is successful, a 204 response, with no body, will be returned.

Permissions

The API token must include the following scopes: Voice.

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

Path parameters

AccountSidstring uuid required

The unique identifier for the account that created this transcription.

Sidstring uuid required

The unique identifier for the transcription.

Response

204 No Content response.

Changes