curl --request DELETE \
--url 'https://response.stateset.com/api/v1/knowledge/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "knowledge.write_result",
"action": "deleted",
"point_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Remove an obsolete knowledge document (not reversible)
The delete result.
DELETE
/
api
/
v1
/
knowledge
/
{id}
curl --request DELETE \
--url 'https://response.stateset.com/api/v1/knowledge/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "knowledge.write_result",
"action": "deleted",
"point_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Path parameters
string
required
Response
object
string
required
string
required
string (uuid)
required
The knowledge document id (a Qdrant point id).
Status codes
| Code | Meaning |
|---|---|
200 | The 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 |
curl --request DELETE \
--url 'https://response.stateset.com/api/v1/knowledge/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "knowledge.write_result",
"action": "deleted",
"point_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Last modified on August 31, 2026