Hello.
Try to delete a group from datastore via api like:
1. curl -X DELETE https://x.x.x.x:8007/api2/json/admin/datastore/storename/groups/vm/666 -b PBSAuthCookie=xxxx
2. curl -X DELETE https://x.x.x.x:8007/api2/json/admin/datastore/storename/groups -b PBSAuthCookie=xxxx --header 'Content-Type: application/json' --data '{"data":[{"backup-id": "666","backup-type":"vm",}]}'
3. curl -X DELETE https://x.x.x.x:8007/api2/json/admin/datastore/storename/vm/666 -b PBSAuthCookie=xxxx
4. curl -X DELETE https://x.x.x.x:8007/api2/json/admin/datastore/storename/groups?backup-type=vm&backup-id=666 -b PBSAuthCookie=xxxx
All wrong. Can any one help me with it ?
Try to delete a group from datastore via api like:
1. curl -X DELETE https://x.x.x.x:8007/api2/json/admin/datastore/storename/groups/vm/666 -b PBSAuthCookie=xxxx
2. curl -X DELETE https://x.x.x.x:8007/api2/json/admin/datastore/storename/groups -b PBSAuthCookie=xxxx --header 'Content-Type: application/json' --data '{"data":[{"backup-id": "666","backup-type":"vm",}]}'
3. curl -X DELETE https://x.x.x.x:8007/api2/json/admin/datastore/storename/vm/666 -b PBSAuthCookie=xxxx
4. curl -X DELETE https://x.x.x.x:8007/api2/json/admin/datastore/storename/groups?backup-type=vm&backup-id=666 -b PBSAuthCookie=xxxx
All wrong. Can any one help me with it ?