> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convosphere.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Document

## Description

Delete a document from the knowledge base.

## Authentication

Required (API key or JWT token)

## Path Parameters

<ParamField path="documentId" type="string" required>
  The ID of the document to delete
</ParamField>

## Response

<ResponseField name="success" type="boolean">
  Whether deletion was successful
</ResponseField>
