API Docs
Delete License
Contents
This Web Service deletes a license.
Resource URL
DELETE /almaws/v1/acq/licenses/{license_code}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
license_code | xs:string | The license code. |
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 |
---|---|
402119 | General error. |
60200 | License could not be deleted. |