Thing/disable in API?

I have found in API developers in UI that there is a way to enable a thing with the id, but didn’t find a solution to disable. Is there one, but just missed in UI?

It’s the same end point. You send “false” as the body to disable the Thing and “true” as the body to enable the Thing.

Aaah, so easy. Thank you very much!