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
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"
}
}
success)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"
}
}