cURL
curl --request DELETE \ --url https://api.intelligence.io.solutions/api/r2r/v3/documents/{id} \ --header 'Authorization: Bearer <token>'
{ "results": { "success": true } }
Delete a specific document. All chunks corresponding to the document are deleted, and all other references to the document are removed.
The access token received from the authorization server in the OAuth 2.0 flow.
Document ID
200
Show child attributes
true
Was this page helpful?