owncloud / owncloud/android

[FEATURE REQUEST] Sharing NG: delete share

Open
#4,940 0 comments 0 reactions 1 assignee View on GitHub

@joragua is already working on this.

Since Aug 28, 2026.

  • #4974 by @joragua — open
Estimation - 3 (M) Feature request Share with users Sprint
Dominant language
Kotlin
Stars
4.2k
Forks
3.1k
Avg merge
1d 12h
Merged PRs (30d)
7

Description

Remove an existing share adding a trashbin icon in each share

Permission: libre.graph/driveItem/permissions/delete

By clicking the trashbin icon, a dialog will appear asking for confirmation. In case of confirmation, the share will be deleted and the list updated without the removed share

Request

DELETE https://<url>/graph/v1beta1/drives/<drive-id>/items/<item-id>/permissions/<share-id> with empty body

TASKS
  • Research (if needed)
  • Create branch feature/delete_file_share
  • Development tasks
    • Show trashbin icon when user has permission
    • Show confirmation dialog
    • Implement methods and network operation
    • Implement unit tests (if needed)
  • Code review and apply changes requested
  • Design test plan
  • QA
  • Merge branch feature/delete_file_share into master

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.