Permanently deletes a document, removes the file from S3 (if applicable), and unlinks it from all agents. SuperMemory cleanup is handled asynchronously.
cURL
curl --request DELETE \ --url https://api.vocobase.com/api/v2/documents/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "Document deleted successfully" } }
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
rg_live_xxxx
Document ID.
Document deleted.
Show child attributes