curl -X DELETE https://app.drime.cloud/api/v1/file-entries/123456/unshare \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "userId": 12345 }'
{ "status": "success", "users": [] }
Remove sharing access from a user
success