Support automatic weeding of holdings in the Swedish national catalogue
The Swedish national Ex Libris user group (ElugSWE) would like Alma to integrate with the Swedish national catalogue (Libris), so that when a bibliographic record is deleted in Alma, the corresponding holding record is deleted in Libris.
(We have discussed this idea with the local Ex Libris representative and also a customer success manager, and were recommended to submit it to Idea Exchange.)
This integration exists for multiple other library systems, and it would be really welcomed if Alma could match them on this.
The integration would need to make use of Libris API:s, documented here:
https://github.com/libris/librisxl/blob/master/rest/API.md
The sections most interesting for the "weeding" use case are:
Delete – https://github.com/libris/librisxl/blob/master/rest/API.md#deleting-a-record---requires-authentication
Findhold – https://github.com/libris/librisxl/blob/master/rest/API.md#_findhold---find-holding-records-for-a-bibliographic-record
Authentication – https://github.com/libris/librisxl/blob/master/rest/API.md#authentication