Delete sources from a knowledge base.
The API Key created in Rounded Studio.
List of source IDs to delete from the knowledge base.
[
"123e4567-e89b-12d3-a456-426614174000",
"123e4567-e89b-12d3-a456-426614174001"
]Successfully deleted sources from knowledge base
The updated knowledge base data after sources were deleted.
Response message indicating the result of the operation.
{
"details": [
{
"field": "email",
"message": "Invalid email format"
}
],
"message": "An error occurred while processing your request",
"status": 400,
"type": "generic_error"
}HTTP status code of the response.