Remove a Terminal Policy
Format
Method | POST |
---|---|
URL | /tasks/create |
Request content | TerminalPolicyDelete Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
TerminalPolicyDelete Object
Schema
type | String | Task type identifier. In this case, "tpolicy_delete" |
---|---|---|
terminal_policy_id | String | Unique identifier of the Terminal Policy |
JSON example
{ "type": "tpolicy_delete", "terminal_policy_id": "windows7_kiosks" }
Â
Â