Skip to content

Removing results

Info

Documents are currently in BETA and the API interface may change when this is deemed necessary.

Removing a document will ensure the file itself is removed from our systems. Please be aware that this will not remove the transcript session.

Use correct API token

It is impodent that the correct API token is used for retrieval of results. And only the token which was used for creating and uploading can be used for retrieval.

URL: DELETE https://api.scriptix.io/api/v3/speech-to-text/session/${sessionId}/document/${documentId}

Request headers

The following headers need to be present

Parameter Value Description
X-Zoom-S2T-Key Scriptix Batch API Token API key belonging to TranscriptSession

Responses

Status code Description
204 Document removed
400 Bad request
401 Unauthorized, no valid authentication found
403 Forbidden, access to resource is not allowed
404 Not found, the transcript session is not found or does not belong to the provided API token