![]() |
Consumption Analytics Documentation |
Deletes a translation table specified by its ID.
DELETE http://<ccServerURL>/rest/v1/translations/id/<id>
Name | Type | Description | |
---|---|---|---|
URL path parameters (required) | id | integer | The ID of the table 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/id/10700
String msg = translateServiceProxy.deleteTranslationById(10700);
None
Successfully deleted translation data with id 10700
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP