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

---

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