deleteTranscription

@DELETE(value = "/video/call/{type}/{id}/{session}/transcriptions/{filename}")
abstract suspend fun deleteTranscription(@Path(value = "type") type: String, @Path(value = "id") id: String, @Path(value = "session") session: String, @Path(value = "filename") filename: String): DeleteTranscriptionResponse

Delete transcription Deletes transcription Required permissions: - DeleteTranscription Responses:

  • 200: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

DeleteTranscriptionResponse

Parameters

type
id
session
filename