Skip to main content
DELETE
Delete sources from a knowledge base

Authorizations

X-Api-Key
string
header
required

The API Key created in Rounded Studio.

Path Parameters

knowledge_base_id
string<uuid>
required

Body

application/json
source_ids
string<uuid>[]
required

List of source IDs to delete from the knowledge base.

Example:

Response

Successfully deleted sources from knowledge base

data
KnowledgeBaseGetApiResponseData · object
required

The updated knowledge base data after sources were deleted.

message
string
default:Sources deleted from knowledge base successfully

Response message indicating the result of the operation.

error
ApiResponseError · object | null
Example:
status
integer
default:200

HTTP status code of the response.