Configuration DeleteConfiguration
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Configuration DeleteConfiguration
Delete a configuration item.
Request
DELETE system/configuration/{key}
URL Parameters
-
key The key of the configuration item to remove.
Status Codes
202: The change has been accepted, and will take effect when the service can cleanly restart.
404: The configuration item does not exist.
500: An internal error is preventing deletion of the configuration item.