---
title: "Revokes the current account's authorization and refresh tokens for one third-party OAuth client application."
method: DELETE
path: "/accounts/me/authorizedclients/{clientId}"
tags: ["clientApplications"]
---

# Revokes the current account's authorization and refresh tokens for one third-party OAuth client application.

`DELETE /accounts/me/authorizedclients/{clientId}`

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `clientId` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- AuthorizedClientApplicationRevocationResponse — The result of revoking OAuth client application access.
  - `revokedClientCount` integer — The number of client applications whose grants were revoked.
  - `revokedRefreshTokenCount` integer — The number of refresh tokens marked as revoked.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
