---
title: "Delete an auth token."
method: DELETE
path: "/auth/token"
tags: ["Authentication"]
---

# Delete an auth token.

`DELETE /auth/token`

Deletes the auth token provided in Authorization header.
Deleting an expired or invalid token will result in 401 Unauthorized error.

## Response `204`

Success

## Other responses

- `401` — Unauthorized
- `500` — Internal Error

---

[API](https://skmtc.net/vmware/apis/vrni.md) · [All operations](https://skmtc.net/vmware/apis/vrni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vmware/vrni/revisions/29e16496f00c/schema)
