---
title: "Deactivate Token"
method: POST
path: "/api/v1/admin/tokens/{token_id}/deactivate"
tags: ["Admin APIs", "tokens", "tokens"]
---

# Deactivate Token

`POST /api/v1/admin/tokens/{token_id}/deactivate`

## Path parameters

- `token_id` string, required

## Response `200`

Successful Response

- TokenResponse
  - `name` string, required
  - `is_promotional` boolean, required
  - `provider_id` string, uuid, nullable
  - `default_expires_days` integer, nullable, required
  - `meta_data` object, nullable
  - `is_integration` boolean — True for integration tokens, False for primary tokens
  - `id` string, uuid, required
  - `is_active` boolean, required
  - `usage_scope` string, nullable
  - `can_be_cashed_out` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `a8ca30023371` — 1 info
  - added the optional property `usage_scope` to the response with the `200` status

[Change history](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api/changes/api/v1/admin/tokens/:token_id/deactivate/post.md)

---

[API](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/56e2edae9dfe/schema)
