knowledge bases
Delete sources from a knowledge base
Delete sources from a knowledge base.
DELETE
Authorizations
The API Key created in Rounded Studio.
- You can create it by going to the "API Keys" settings of your profile.
- Need help? You can email us at team@callrounded.com or join our Discord community.
Path Parameters
Body
application/json
List of source IDs to delete from the knowledge base.
Example:
[
"123e4567-e89b-12d3-a456-426614174000",
"123e4567-e89b-12d3-a456-426614174001"
]
Response
200
application/json
Successfully deleted sources from knowledge base
The updated knowledge base data after sources were deleted.
Response message indicating the result of the operation.
Example:
{
"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.