[Koha-bugs] [Bug 31793] REST API: DELETE endpoint for Authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Dec 18 02:01:08 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This adds a DELETE endpoint
      release notes|                            |for authorities to the REST
                   |                            |API.
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. I used this command to delete an existing authority: curl -u koha:koha
--request DELETE http://127.0.0.1:8080/api/v1/authorities/419

2. This authority (419) had associated records - the authority deleted was
removed from the record.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list