Authorizations
Vida API Token
Path Parameters
The ID of the knowledge base
Body
application/json
An array of document IDs to delete
Response
Successfully deleted
curl --request GET \
--url https://api.vida.dev/api/v2/kb/knowledgebase/{kbId}/documents \
--header 'Content-Type: application/json' \
--data '{
"documentIds": [
"doc-id-12345"
]
}'
This response does not have an example.
Deletes multiple documents from a knowledge base by their IDs, accessible to the authenticated user.
curl --request GET \
--url https://api.vida.dev/api/v2/kb/knowledgebase/{kbId}/documents \
--header 'Content-Type: application/json' \
--data '{
"documentIds": [
"doc-id-12345"
]
}'
This response does not have an example.
Vida API Token
The ID of the knowledge base
Show child attributes
An array of document IDs to delete
Successfully deleted