deleteRecording

@DELETE(value = "/video/call/{type}/{id}/{session}/recordings/{filename}")
abstract suspend fun deleteRecording(@Path(value = "type") type: String, @Path(value = "id") id: String, @Path(value = "session") session: String, @Path(value = "filename") filename: String): DeleteRecordingResponse

Delete recording Deletes recording