Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Transcript deletion support #56

Closed
ploeber opened this issue Mar 14, 2024 · 1 comment
Closed

Add Transcript deletion support #56

ploeber opened this issue Mar 14, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@ploeber
Copy link
Contributor

ploeber commented Mar 14, 2024

Support https://www.assemblyai.com/docs/api-reference/transcript#delete-a-transcript
-> Add Transcript.delete_by_id() and delete_by_id_async()

@ploeber ploeber added the good first issue Good for newcomers label Mar 14, 2024
@Swimburger
Copy link
Contributor

Based on what I've seen from the Python SDK, you can call methods on the transcript.
Maybe delete could be added as an instance method too, like my_transcript.delete() and my_transcript.delete_async().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants