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

# Remove an obsolete knowledge document (not reversible)

> Delete result

### Path parameters

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

### Response

Returns `object`.

### Status codes

| Code  | Meaning                                                  |
| ----- | -------------------------------------------------------- |
| `200` | Delete result                                            |
| `401` | Missing, invalid, or expired API key.                    |
| `403` | The key lacks a required scope.                          |
| `404` | Not found, or not in the organization that owns the key. |
| `429` | Rate limit exceeded.                                     |

### Access

|                |                        |
| -------------- | ---------------------- |
| Required scope | `knowledge:write`      |
| Rate limit     | 30 requests per minute |

<RequestExample>
  ```bash cURL theme={null}
  curl --request DELETE \
    --url 'https://response.stateset.com/api/v1/knowledge/{id}' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
