Delete a Recording Transcription.
DELETE/Accounts/:AccountSid/Transcriptions/:Sid
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.
Request
Path Parameters
AccountSid uuidrequired
The unique identifier for the account that created this transcription.
Sid uuidrequired
The unique identifier for the transcription.
Responses
- 204
No Content
Loading...