Skip to main content
DELETE
/
v1
/
knowledge-bases
/
{kbId}
Delete knowledge base
curl --request DELETE \
  --url https://api.sigmamind.ai/v1/knowledge-bases/{kbId} \
  --header 'X-API-Key: <api-key>'
{
  "error": "Bad Request",
  "message": "Invalid request parameters",
  "path": "/v1/knowledge-bases",
  "status": 400,
  "timestamp": "2026-05-14T14:27:22.389Z"
}

Authorizations

X-API-Key
string
header
required

Authenticate every request by passing your API key in the X-API-Key header. To get your key, go to Dashboard → API Keys and create or copy your Production API key.

Path Parameters

kbId
string
required

The kbId of the knowledge base to permanently delete. This action cannot be undone.

Response

Deleted.