---
title: "Invalidate Token"
method: POST
path: "/public/api/auth/invalidate_token"
tags: ["Security"]
---

# Invalidate Token

`POST /public/api/auth/invalidate_token`

Invalidates the existing JSON Web Token (JWT) for the API provided in the Authorization header.

## Headers

- `Accept` string

## Response `200`

OK

- object
  - `success` boolean
  - `token` string
  - `user_id` string
  - `username` string
  - `tenant` string

---

[API](https://skmtc.net/yoobic/apis/yoobic-public-api.md) · [All operations](https://skmtc.net/yoobic/apis/yoobic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoobic/yoobic-public-api/revisions/dd57df399bc4/schema)
