---
title: "Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client"
method: DELETE
path: "/admin/oauth2/tokens"
tags: ["oAuth2"]
---

# Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client

`DELETE /admin/oauth2/tokens`

This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.

## Query parameters

- `client_id` string, required

## Response `204`

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is
typically 204.

## Other responses

- `default` — errorOAuth2

## Changes

- **2022-10-11** `3e5674bbe997` — 3 info
  - api operation id `adminDeleteOAuth2Token` removed and replaced with `deleteOAuth2Token`
  - api tag `oAuth2` added
  - api tag `v0alpha2` removed
- **2022-10-11** `cec56a3dc789` — 3 info
  - api operation id `deleteOAuth2Token` removed and replaced with `adminDeleteOAuth2Token`
  - api tag `v0alpha2` added
  - api tag `oAuth2` removed

[Change history](https://skmtc.dev/ory/apis/ory-hydra/changes/admin/oauth2/tokens/delete.md)

---

[API](https://skmtc.dev/ory/apis/ory-hydra.md) · [All operations](https://skmtc.dev/ory/apis/ory-hydra/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ory/ory-hydra/revisions/a302a90a0e8a/schema)
