API Docs
DeleteElectronic Collection
Contents
This Web service deletes an electronic collection.
Note that it is possible to delete an electronic collection only if there are no services related to it.
Delete the related services before deleting the electronic collection. See Delete Electronic Service API.
Resource URL
DELETE /almaws/v1/electronic/e-collections/{collection_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
collection_id | xs:string | Unique ID of the electronic collection. |
Querystring Parameters
None
Body Parameters
None
Output
This method returns HTTP 204 (No Content) which means that the server successfully processed the request, but is not returning any content.
Possible Error Codes
Code | Message |
---|---|
60121 | The Collection ID was not found. |
60154 | The collection could not be deleted. |
60155 | Error during collection delete. |
60156 | Error during collection delete with associated Bib. |
60289 | The delete is blocked e-service attached. |