[][src]Function proj17_iot_server::endpoints::devices_endpoints::unregister_json

pub fn unregister_json(
    body: Json<RegisterBody>
) -> Result<JsonValue, Option<JsonValue>>

Unregisters a specified tracker from a specified receiver. If the tracker is not currently registered to this receiver, this call will have no effect.

Responds with:

This is an API endpoint mapped to

Arguments

{ loc: <receiver_id>, tag: <tracker_id> }