Skip to main content
DELETE
/
knowledge-base
/
sources
/
{source_id}
Delete a source
curl --request DELETE \
  --url https://api.anyreach.ai/knowledge-base/sources/{source_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "Dataset not found"
}

Authorizations

Authorization
string
header
required

Personal access token. See Authentication.

Path Parameters

source_id
string<uuid>
required

The source ID.

Response

Deleted. No content.