curl -X POST https://app.drime.cloud/api/v1/vault/delete-entries \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "entryIds": [111344], "deleteForever": true }'
{ "status": "success" }
Delete entries from the vault
Documentation IndexFetch the complete documentation index at: https://docs.drime.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt
Use this file to discover all available pages before exploring further.
true
success