---
title: "Delete API token"
method: DELETE
path: "/iam/clients/{clientId}/tokens/{tokenId}"
tags: ["API Tokens"]
deprecated: true
---

# Delete API token

`DELETE /iam/clients/{clientId}/tokens/{tokenId}`

> **Deprecated.**

**Deprecated:** This endpoint will be removed on **2026-07-17**.
Use [`DELETE /v2/clients/{clientId}/tokens/{tokenId}`](#operation/iamDeleteApiTokenV2) instead.

Delete API token from current account.
Ensure that the API token is not being used by an active application.
After deleting the token, all applications that use this token will not be able to get access to your account via API.
The action cannot be reversed.

## Path parameters

- `clientId` integer, required
- `tokenId` integer, required

## Response `204`

API token has been successfully deleted.

## Other responses

- `403` — You do not have permission to perform this action.
- `404` — API token not found.

## Changes

- **2026-04-21** `eb97fe6d936e` — 1 info
  - endpoint deprecated

[Change history](https://skmtc.dev/g-core/apis/gcore-openapi/changes/iam/clients/:clientId/tokens/:tokenId/delete.md)

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
