Detailed specification and usage guide for the Delete Transcript API call
Description: If you do not have a data retention policy set on your account to automatically delete all files related to a job after a fixed period of time, use this call to manually delete all data related to a job, including the uploaded audios, supporting documentation, and all generated transcripts. Ensure that you have downloaded the transcript after a job status switches to SUCCESS in response to the Poll API call before deleting the transcript using the Delete Transcript API call.
Parameters:
Name |
Description |
Usage |
Type |
Required |
Key |
API Key provided |
In Request Body |
string |
True |
Secret |
API Secret provided |
In Request Body |
string |
True |
Job Reference ID |
part of Submit Job response |
In query |
string |
True |
Replace with the Job reference ID obtained in the response of Submit Job API
{
Expected Responses
Status |
Meaning |
Description |
200 |
OK |
Job is in progress or complete |
400 |
Bad Request |
Unexpected error occurred |
401 |
Unauthorized |
User not authorized |
500 |
Internal Server Error |
Internal Server Error |