Delete Knowledge Base
Delete a knowledge base and all its associated files.
DELETE
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
idstringrequiredThe unique identifier of the knowledge base to delete.
Response Fields
successbooleanWhether the deletion was successful.
messagestringConfirmation message.
{
"success": true,
"message": "Knowledge base deleted successfully"
}