Skip to main content

Delete a Recording Transcription

Use this endpoint for the Recording Transcriptions method to delete a recording transcription from your account. If the delete is successful, a 204 response, with no body, will be returned.

Parameters

ParameterDescription
Sid RequiredThe unique identifier that determines the transcription to delete.

Request

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json \
-X DELETE \
-u "YourProjectID:YourAuthToken"

Responses

204 NO CONTENT

If the delete is successful, a 204 response, with no body, will be returned.