v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Instance Controller

Logout Instance

Makes logout on instance

delete/instance/logout/{instance}

Path parameters

instancestring required

Name of the instance to logout

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"
  }
}