API Guide
/api/PowerService/Actions/
PowerService.DeletePolicies
This method deletes a policy.
Supported versions of Power Manager:
• 1.2
• 1.1
• 1.0
POST method for Deleting Policy
This method deletes power policies.
Description Deletes power policies.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
{
"Ids": [30,32]
}
Output:
{
"Ids": [
30,
32
]
}
Table 55. Attributes
Attribute name Description
Ids List of IDs of power policies
NOTE: To delete all power policies, provide value for Ids as -1.
48 Power Policy