![]() |
Consumption Analytics Documentation |
Deletes an effective date range (revision) specified by its ID from a translation table.
DELETE http://<ccServerURL>/rest/v1/translations/revision/<id>
Name | Type | Description | |
---|---|---|---|
URL path parameters (required) | id | integer | The ID of the revision to delete |
URL query parameters (optional) | None |
None
text/plain
A message stating whether the deletion was successful.
DELETE http://localhost:8080/rest/v1/translations/revision/10800
String msg = translateServiceProxy.deleteRevisionById(10800);
None
Successfully deleted translation revision data with id 10800
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP