---
title: "Delete an Authentication Token (API V2 only)"
method: DELETE
path: "/token"
tags: ["Authentication"]
---

# Delete an Authentication Token (API V2 only)

`DELETE /token`

Invalidates an access token.

## Headers

- `Pricefx-Key` string

## Response `204`

Logout successful.

## Other responses

- `403` — Forbidden - The request did not contain a valid Pricefx-Key, the provided credentials in `body` were incorrect, the user was banned or not found or device registration required.

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
