---
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

---

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