DELETE /api/v3/route/{id}

Deletes a route and removes all meter assignments

DeleteRouteV3 Permissions: Meters (Delete)
Use this endpoint to permanently remove a route. All meters on the route become unassigned. Cannot delete a route that contains meters outside the user’s topmost place.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
id Unique numeric identifier of the route to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.
400 Bad Request The request was malformed or contains invalid parameters. Check the request body and query parameters.
404 Not Found The requested resource was not found. Verify the ID or path is correct.