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

# Delete a Document

### Path Parameters

<ParamField path="id" type="string" required>
  Dataset ID
</ParamField>

<ParamField path="document-id" type="string" required>
  Document ID to add rows under
</ParamField>

### Header

<ParamField header="Authorization" type="string" required>
  Baseplate API key. Must be in the format "Bearer \$BASEPLATE\_API\_KEY"
</ParamField>

### Responses

<Tabs>
  <Tab title="🟢 200: OK">
    ```json theme={null}
    {
      // Response
    }
    ```
  </Tab>

  <Tab title="🟠 401: Unauthorized">
    ```json theme={null}
    {
      // Response
    }
    ```
  </Tab>
</Tabs>
