curl -X POST https://app.drime.cloud/api/v1/file-entries/unstar \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "entryIds": [123456, 789012] }'
{ "status": "success", "tag": { "id": 1, "name": "starred" } }
Remove star/favorite from entries
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.
success