Overview
ThedeleteTranscript
mutation is designed to delete a specific transcript by its ID.
Rate Limit: This mutation is rate-limited to 10 requests per minute across all user tiers. If you exceed this limit, you will receive a
too_many_requests
error with a retryAfter
timestamp indicating when you can make requests again.Arguments
Transcript 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:Error Codes
List of possible error codes that may be returned by thedeleteTranscript
mutation. Full list of error codes can be found here.
require_elevated_privilege
require_elevated_privilege
The user does not have admin privileges to delete the transcript.
too_many_requests
too_many_requests
You have exceeded the rate limit of 10 requests per minute. Wait until the time specified in the retryAfter
field before making additional requests.