REST ClientCompatTranscriptionsdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete a transcription. Path parametersAccountSidstringRequiredformat: "uuid"The unique identifier for the account that created this transcription.SidstringRequiredformat: "uuid"The unique identifier for the transcription.Response Example import { RestClient } from "@signalwire/sdk";const client = new RestClient({ project: "your-project-id", token: "your-api-token", host: "your-space.signalwire.com"});await client.compat.transcriptions.delete("TR...");