Delete Indicator Value
You can use this API to delete the indicator value.
Request
-
HTTP Method: DELETE
-
Example URL: Application_URL/services/api/v1/indicatorvalue({id})
-
Authorization: You must have the roles EQUIPMENT_DELETE, INDICATOR_DELETE assigned to your user ID.
-
Request Schema: To know about fields that you can use in a request payload, refer to the request schema inin the SAP Cloud Platform accounthttps://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#indicatorvalue__id___delete .
Response
- On successful execution, the system deletes the indicator value.
For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#indicatorvalue__id___delete.
-
If the system cannot delete the indicator value, the system returns appropriate error message in the response payload.
For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#indicatorvalue__id___delete .