---
title: "Revoke a connection token"
method: DELETE
path: "/v1/fleet/auth-tokens/{token_id}"
tags: ["fleet auth"]
---

# Revoke a connection token

`DELETE /v1/fleet/auth-tokens/{token_id}`

Revokes a single connection token by ID. The user is disconnected from the corresponding service.

## Path parameters

- `token_id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `502` — Bad Gateway

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
