Post
/inventory/things/{thingId}/deactivate
Deactivates a specific thing and release the connection token.
Once a thing has been deactivated, the associated connection-token is released, and the thing is disconnected from the location becoming a UNASSIGNED thing visible only by a organization user.
Required permissions: READ_THING, READ_CLOUD_STATUS, WRITE_CLOUD_STATUS.
Security
HTTP
Type bearer
Header parameters
X-Servitly-Tenant
stringRequired
The name of the target tenant (e.g. acme).
Path parameters
thingId
stringRequired
The identifier of the Thing to deactivate.
Minimum1.0
Exampleabcd1234
Responses
200
Successful deactivated.
400
Request data not valid.
object
message
string
The error response.
ExampleBad request
401
User not authenticated.
object
message
string
The error response.
ExampleUser not authenticated
403
User not authorized.
object
message
string
The error response.
ExampleUser not authorized
404
Resource was not found.
object
message
string
The error response.
ExampleResource not found
429
API call rate limit exeeded.
object
message
string
The error response.
ExampleAPI call rate limit exeeded
500
Internal server error.
object
message
string
The error response.
ExampleInternal Server Error