---
title: "Logout Instance"
method: DELETE
path: "/instance/logout/{instance}"
tags: ["Instance Controller"]
---

# Logout Instance

`DELETE /instance/logout/{instance}`

Makes logout on instance

## Path parameters

- `instance` string, required

## Response `200`

Ok

- object
  - `status` string — The status of the response.
  - `error` boolean — Indicates whether an error occurred.
  - `response` object
    - `message` string — A message related to the response.

## Other responses

- `404` — Instance not found

## Changes

- **2024-10-14** (v2) `c153448703e5` — 5 info
  - api operation id `logoutInstance` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - api tag `Instance Controller` added
  - api tag `Instance` removed
  - …1 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 5 info
  - api operation id `logoutInstance` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - api tag `Instance` added
  - api tag `Instance Controller` removed
  - …1 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/instance/logout/:instance/delete.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
