To delete a transcript, provide the unique id of the transcript as an argument to the mutation. The returned subfields will be from the deleted transcript. Here’s an example of how this mutation could be used:
Copy
mutation deleteTranscript($id: String!) { deleteTranscript(id: $id) { id title host_email organizer_email fireflies_users participants date transcript_url audio_url duration }}