Skip to main content

Delete a Route

Use this command to delete an individual route.

Authorizations: Administrator, Operator

Requests

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

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

Parameters

Name

Type

Description

action

  • delete

Delete the specified element type.

deviceID

string

Device ID retreived via the Get Device Info command.

elementType

  • route

Delete a route element as specified by elementID.

elementID

string

Route ID to delete. Retrieved via the Get Device Configuration command.

Response

CODE
{
  "status": "[success message]"
}
JavaScript errors detected

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

If this problem persists, please contact our support.