Mutation
Delete Transcript
Use the API to manage transcript deletion
Overview
The deleteTranscript
mutation is designed to delete a specific transcript by its ID.
Arguments
id
String
requiredTranscript ID
Usage Example
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:
Additional Resources
Was this page helpful?