-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Milestone
Description
Remove an existing link from the list of links. A trashbin icon to execute the action, and a confirmation dialog like the web:
Only for Space managers Permission: libre.graph/driveItem/permissions/create
Request to delete:
DELETE https://<url>/graph/v1beta1/drives/<drive-id>/root/permissions/<link-id>
with empty body.
After submitting, list of links should be refreshed and deleted link no longer visible.
TASKS
- Research (if needed)
- Create branch feature/feature_name
- Development tasks
- Implement whatever
- ...
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/feature_name into master