Remotestick delete device
Posted: Fri Mar 17, 2023 9:45 am
Halloj, jag håller på att bygga upp en egen php sida som pratar med remotestick.
Det mesta funkar nu men fattar inte hur syntaxen för "delete device skall vara.
Någon som vet ?"
https://github.com/pakerfeldt/remotesti ... I:-Devices
/Andreas H
Det mesta funkar nu men fattar inte hur syntaxen för "delete device skall vara.
Någon som vet ?"
Code: Select all
DELETE device
Description: Deletes the specified device
URL: DELETE /devices/<id>.<format>
Formats: xml
Requires Authentication: Yes*
Specific Error States:
400 (HTTP) 210 (ERROR) if the id is malformed.
400 (HTTP) 211 (ERROR) if the device could not be removed.
Usage Examples:
/Andreas H