---
title: "Deactivate Agent Token"
method: PATCH
path: "/developer/agent-tokens/{token_id}/deactivate"
tags: ["Developer", "Developer - Agent Tokens"]
---

# Deactivate Agent Token

`PATCH /developer/agent-tokens/{token_id}/deactivate`

Deactivate an agent token.

This endpoint is restricted to developer users only.
Sets the token's is_active flag to false, preventing it from being used.

- **token_id**: The agent token UUID to deactivate

## Path parameters

- `token_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
