Deleting Files

Result files that are associated with a transcription request can be deleted by making a DELETE request to the /transcribe/result endpoint. This is typically done after the results have already been accessed. To delete results, submit a DELETE request containing a valid authorization token and requestid as query parameters:

curl -X DELETE "https://vcloud.vocitec.com/transcribe/result?token=123e4567e89b12d3a456426655440000&requestid=700e7496-4fce-4963-aa7b-b3b26600f813"
Note: Source audio files are always deleted from the system as soon as a request is transcribed. Result files are deleted when a successful POST request is made to the specified callback server, or after the results object lifetime has been reached (14 days).