95108: Failed to delete resource
ERROR
Twilio couldn't delete the requested Conversational Intelligence Transcript resource. Use the delete endpoint only with the Sid of an existing Transcript resource. If you need to process the same recording again, delete the original Transcript and then create a new one.
- The Transcript resource was already deleted.
- The delete operation couldn't complete because the backing storage step failed. Failed access to S3 is a documented example for this error.
- Confirm that you are deleting the correct Transcript
Sid. The delete endpoint expects a TranscriptSidinGTformat. - If the Transcript has already been deleted, no further delete action is required. Fetch or list your Transcript resources first to confirm which resource still exists before retrying the delete request.
- If you are deleting a Transcript so you can re-transcribe the same recording, delete the original Transcript and then create a new Transcript resource for that recording.
- If your transcription workflow uses media stored outside Twilio, verify that the media location is accessible. For recordings stored on S3, use a presigned URL. Twilio makes a single access attempt for external recordings.