Removes a meter from a route
Use this endpoint to unassign a meter from a route. The meter becomes unassigned and available
for assignment to other routes.
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 |
|---|---|---|---|
| routeId | Unique numeric identifier of the route | integer (int32) | Required |
| meterId | Unique numeric identifier of the meter to remove | integer (int32) | Required |
Responses
204
No Content
The request succeeded. No content is returned in the response body.
404
Not Found
The requested resource was not found. Verify the ID or path is correct.