Use the API to manage transcript deletion
The deleteTranscript
mutation is designed to delete a specific transcript by its ID.
Transcript ID
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:
List of possible error codes that may be returned by the deleteTranscript
mutation. Full list of error codes can be found here.
require_elevated_privilege
The user does not have admin privileges to delete the transcript.
Use the API to manage transcript deletion
The deleteTranscript
mutation is designed to delete a specific transcript by its ID.
Transcript ID
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:
List of possible error codes that may be returned by the deleteTranscript
mutation. Full list of error codes can be found here.
require_elevated_privilege
The user does not have admin privileges to delete the transcript.