---
title: "Logout - Revoke API Key"
method: POST
path: "/deauthorize"
tags: ["authentication"]
---

# Logout - Revoke API Key

`POST /deauthorize`

**This endpoint allows you to revoke your API Key**

## Response `200`

Sucess

User logged out sucessfully, API Key is no longer valid.

- CommonMessageResponseBody
  - `message` string

## Other responses

- `401` — Unauthorized This API requires a valid API Key to be provided. (Use [/authentication/authorize](#/authentication/AuthenticationLogin) to obtain an API Key) Produces: * missing_authorization_key * invalid_authorization_key * account_is_inactive

---

[API](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis.md) · [All operations](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serversmtp/turbosmtp-public-apis/versions/8503e099b215/schema)
