Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Description

Removes a smart device at a specific service location

Resource URL

https://app1pub.smappee.net/dev/v3/servicelocation/[SERVICELOCATIONID]/smartdevices/[SMARTDEVICEID]

HTTP method

DELETE

HTTP header

Authorization: Bearer [ACCESS_TOKEN]

(info) [ACCESS_TOKEN] being the access token received from the Get token or Refresh token authentication calls.

Parameters

ParameterTypeDescription
SERVICELOCATIONIDPath ParameterThe actual id of an accessible service location (see Get Servicelocations)
SMARTDEVICEIDPath ParameterThe actual id of the smart device that you intend to remove (see Get Smart Devices)

Example

https://app1pub.smappee.net/dev/v3/servicelocation/123/smartdevices/CHARCHARGER-1

Result

The result is the list of smart devices that remain installed at the service location.

Versioning

Version 3 (v3)

This call was introduced in version 3.


Content

  • No labels