Update delete for Videos

This commit is contained in:
2025-05-13 16:06:18 +02:00
parent f2cc66e2f3
commit 699af9a124
2 changed files with 3 additions and 3 deletions

View File

@@ -311,7 +311,7 @@ const confirmDeleteFromVectorStore = (id) => {
ksApplicationName: videoToDelete.ingestionInfo.metadata.KsApplicationName,
};
axios.post('/fe-api/vector-store/deleteRecordsFromVectorStore', requestPayload)
axios.post('/fe-api/vector-store/deleteVideoRecordsFromVectorStore', requestPayload)
.then(response => {
console.log('Delete resource:', response.data)
ksVideos.value.forEach(element => {