---
title: "Logout from the current session."
method: DELETE
path: "/v3/sessions/"
tags: ["sessions"]
---

# Logout from the current session.

`DELETE /v3/sessions/`

##  Rate limits
Maximum 30 requests per 60 seconds<br>

## Response `200`

Delete session success response

- object — Delete session success response
  - `success` boolean, required — This value should be True if the logout succeeded

## Other responses

- `400` — REQUEST_VALIDATION_ERROR
- `401` — INVALID_CREDENTIALS, PASSWORD_RESET_NEEDED
- `403` — USER_SELF_SUSPENDED, SOURCE_BLOCKED, USER_SUSPENDED, USER_ON_TIMEOUT, SESSION_LIMIT_REACHED, USER_EXCLUDED, CLIENT_JURISDICTION_MISMATCH, IP_NOT_TRUSTED, LOGIN_VERIFICATION_REQUIRED
- `429` — RATE_LIMIT_EXCEEDED
- `451` — COUNTRY_BLOCKED
- `500` — Internal server error
- `503` — AUTH_UNAVAILABLE, TIMEOUT

---

[API](https://skmtc.dev/smarkets/apis/smarkets-http-api.md) · [All operations](https://skmtc.dev/smarkets/apis/smarkets-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smarkets/smarkets-http-api/revisions/75f7e3050340/schema)
