![]() |
Consumption Analytics Documentation |
Deletes an effective date range (revision) specified by its ID from a lookup table.
In version 4.0: DELETE http://<ccServerURL>/rest/v2/lookups/revisions/<id>
In version 4.1 and later:
Delete http://<ccServerURL>/rest/v2/lookups/<tableId>/revisions/<revId>
For Cloud Cruiser 4.1 and later, use the following parameters:
Name | Type | Description | |
URL path parameters (required) | tableId | integer | The ID of the table containing the revision to delete. |
revId | integer | The ID of the revision to delete. |
None
text/plain
A message stating whether the deletion was successful.
DELETE http://localhost:8080/rest/v2/lookups/10200/revisions/10201
None
Successfully deleted lookup table effective date range with id 10201
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP