---
title: "Delete Single Oauth Token"
method: DELETE
path: "/v2/auth/tokens/{token_id}"
tags: ["Auth Service (v2)"]
---

# Delete Single Oauth Token

`DELETE /v2/auth/tokens/{token_id}`

Delete a specific OAuth token, revoking it at the provider first.

Only the token owner can delete it.

## Path parameters

- `token_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith-deployment-control-plane-api/versions/a0cd098699b4/schema)
