We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Is it possible to remove a uniqeId of id with a Curl command? to use the device id/uniqeId would be great :)
To list devices i use: curl -v --cookie "JSESSIONID=<id>" http://10.0.0.2/traccar/rest/getDevices
curl -v --cookie "JSESSIONID=<id>" http://10.0.0.2/traccar/rest/getDevices
How can i use the Delete command someone an exmaple?
Somthin like this,
url -v --cookie "JSESSIONID=<id>" DELETE --data http://10.0.0.2/traccar/rest/
???
Thanks
The text was updated successfully, but these errors were encountered:
The approach should be same as when you call the updateDevice method. You can read #753 issue for some additional information with examples.
updateDevice
Sorry, something went wrong.
No branches or pull requests
Hello,
Is it possible to remove a uniqeId of id with a Curl command? to use the device id/uniqeId would be great :)
To list devices i use:
curl -v --cookie "JSESSIONID=<id>" http://10.0.0.2/traccar/rest/getDevices
How can i use the Delete command someone an exmaple?
Somthin like this,
url -v --cookie "JSESSIONID=<id>" DELETE --data http://10.0.0.2/traccar/rest/
???
Thanks
The text was updated successfully, but these errors were encountered: