API Docs
Delete Electronic Portfolio
Contents
This Web service deletes an electronic portfolio.See related blog on this subject.
Resource URL
DELETE /almaws/v1/electronic/e-collections/{collection_id}/e-services/{service_id}/portfolios/{portfolio_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
collection_id | xs:string | Unique ID of the electronic collection. |
service_id | xs:string | Unique ID of the electronic service. |
portfolio_id | xs:string | Unique ID of the portfolio. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
bib | xs:string | Optional. Default: retain | Method for handling a bib left without any inventory: retain, suppress or delete. Optional. By default: retain. |
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 |
---|---|
60122 | The Portfolio ID was not found. |
60175 | The portfolio could not be deleted. |
60174 | The delete is in process. |