Skip to main content

Delete a Route

Use this command to delete an individual route.

Authorizations: Administrator, Operator

Requests

POST /api/devices/[Device ID]/updates
cookie: sessionID: [Session ID]

{ 
 "action": "delete",
"deviceID": "[Device ID]", "elementType": "route", "elementID": "[Route ID]" }

Parameters

NameTypeDescription
action
  • delete
Delete the specified element type.
deviceIDstringDevice ID retreived via the Get Device Info command.
elementType
  • route
Delete a route element as specified by elementID.
elementIDstringRoute ID to delete. Retrieved via the Get Device Configuration command.

Response

{
  "status": "[success message]"
}

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.