v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
Instance Controller

Logout Instance

Makes logout on instance

delete/instance/logout/{instance}

Path parameters

instancestring required

ID of the instance to connect

Response

Ok

statusstring

The status of the response.

errorboolean

Indicates whether an error occurred.

Example response

{
  "status": "SUCCESS",
  "error": false,
  "response": {
    "message": "Instance logged out"
  }
}