Skip to main content
DELETE
/
api
/
r2r
/
v3
/
chunks
/
{id}
Delete Chunk
curl --request DELETE \
  --url https://api.intelligence.io.solutions/api/r2r/v3/chunks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "success": true
  }
}
Delete a specific chunk by ID. This permanently removes the chunk and its associated vector embeddings. The parent document remains unchanged. Users can only delete chunks they own unless they are superusers.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

ID of the chunk

Response

200

results
object
I