Describe the bug
Even as a member of admin group, I cannot delete someone else's features and thus cannot remove their collection.
To Reproduce
I checked /me endpoint and got
"groups": {
"in": [
{
"name": "admin",
"description": "Special group for admin",
"id": "0",
"created": "2025-04-29T13:54:33.805891Z",
"private": "0"
}]}
and the group's privileges via /groups/admin/rights show
{
"rights": {
...
"createAnyItem": true,
"deleteAnyItem": true,
"updateAnyItem": true
}
}
However, on feature DELETE, I get {"ErrorMessage":"Insufficient rights to delete an item","ErrorCode":403}
Expected behavior
My understanding is, the deleteAnyItem right of the admin group should be sufficient to remove someone else's feature.
Describe the bug
Even as a member of admin group, I cannot delete someone else's features and thus cannot remove their collection.
To Reproduce
I checked
/meendpoint and gotand the group's privileges via /groups/admin/rights show
However, on feature DELETE, I get
{"ErrorMessage":"Insufficient rights to delete an item","ErrorCode":403}Expected behavior
My understanding is, the deleteAnyItem right of the admin group should be sufficient to remove someone else's feature.