API Docs
Delete Electronic Service
Contents
This Web service deletes an electronic service.
Note that it is possible to delete an electronic service only if there are no portfolios related to it.
Delete the related portfolios before deleting the electronic collection. See related blog on this subject.
Resource URL
DELETE /almaws/v1/electronic/e-collections/{collection_id}/e-services/{service_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. |
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. |
60122 | The Service ID was not found. |
60154 | The service could not be deleted. |
60157 | The delete is in process. |
60289 | The delete is blocked portfolio attached. |