---
title: "Update a network token"
method: PATCH
path: "/networkTokens/{networkTokenId}"
tags: ["Network tokens"]
---

# Update a network token

`PATCH /networkTokens/{networkTokenId}`

Updates the status of the network token.

## Path parameters

- `networkTokenId` string, required

## Request body

- UpdateNetworkTokenRequest
  - `status` 'active' | 'suspended' | 'closed' — The new status of the network token. Possible values: **active**, **suspended**, **closed**. The **closed** status is final and cannot be changed.

## Response `202`

No Content - look at the actual response code for the status of the request.

## Other responses

- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

## Changes

- **2026-07-20** (v1) `c3d956efeb4f` — 1 info
  - endpoint added
- **2021-03-05** (v1) `e207b4895000` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/adyen/apis/balanceplatformservice/changes/networkTokens/:networkTokenId/patch.md)

---

[API](https://skmtc.dev/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.dev/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/c3d956efeb4f/schema)
