Skip to content

API: Add endpoint to delete a group share

username-removed-2900 requested to merge api-delete-group-share into master

What does this MR do?

Add the ability to unshare from a group.

Are there points in the code the reviewer needs to double check?

To be able to retrieve the link id, I expose it for the SharedGroup. It is named id for now. Shall we change that to link_id to be consistent with the delete endpoint?

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #24771 (closed)

Merge request reports