![]() |
Consumption Analytics Documentation |
Deletes a service specified by its ID.
This method is available in Cloud Cruiser version 4.1 and later.
DELETE http://<ccServerURL>/rest/v2/serviceCatalog/definitions/<id>
Name | Type | Description | |
---|---|---|---|
URL path parameters (required) | id | integer | The ID of the service to delete |
None
text/plain
A statement of whether the deletion is successful.
DELETE http://localhost:8080/rest/v2/serviceCatalog/definitions/10003
Successfully deleted service definition with id 10003
<message>Failed to delete service definition with id 10003 Cause: com.cloudcruiser.common.exceptions.NoSuchRecordException: Unable to locate specified Service</message>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP