Check what API requests the official web app sends.
Anton,
I was able to link the device to the geofence using the API, but I can't disconnect. It doubles the link.
$url = 'http://209.126.5.95:8082/api/permissions';
$object = array('deviceId' => $deviceid, 'geofenceId' => $geofenceid);
Answer would be the same. Most likely you are using POST instead of DELETE.
Dear, does anyone know how to associate geofence to the device and user, using the Traccar API?
I did what the API documentation says, but it presents this error: