Skip to main content

Overview

The deleteTranscript mutation is designed to delete a specific transcript by its ID.
Permissions: Users can delete meetings they own. Deleting another team member’s meeting requires team admin privileges.
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

String
required
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 the deleteTranscript mutation. Full list of error codes can be found here.

The user is attempting to delete another team member’s meeting without team admin privileges. Users can delete their own meetings without admin privileges.

You have exceeded the rate limit of 10 requests per minute. Wait until the time specified in the retryAfter field before making additional requests.

Additional Resources

Transcripts

Querying list of transcripts

Update Meeting Privacy

Update meeting privacy