<< Click to Display Table of Contents >> Disconnect |
![]() ![]() ![]() |
REQUEST:
URI: https://cloud.teslascada.com/disconnect
BODY: You can use Query format: clientid={clientid}&token={token}
Or JSON format:
{
"clientid": {clientid},
"token": {token}
}
Where:
{clientid} - ID of your client.
{token} - Your TeslaCloud token that you get after connecting.
RESPONSES:
•200 Client disconnected
•400 Client not disconnected
EXAMPLE:
REQUEST:
Query format: clientid=0&token=gcGTES
RESPONSE:
200