---
title: "Logout"
method: GET
path: "/api/v1/logout"
tags: ["OSDB"]
---

# Logout

`GET /api/v1/logout`

Logs a user out of the OSDB server, ending their OSDB session

## Response `200`

Confirmation of a successful OSDB logout.

- LogoutResponse
  - `api` string, required — The path of the REST API method
  - `method` string, required — The name of the REST API method
  - `response` object, required
    - `user` string, required — The WebID of the user who has logged out.
  - `status` 'success', required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/openlinksw/apis/osdb.md) · [All operations](https://skmtc.net/openlinksw/apis/osdb/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openlinksw/osdb/versions/24e38e614429/schema)
