---
title: "Delete API token by ID"
method: DELETE
path: "/tokens/{tokenId}"
tags: ["API Tokens"]
---

# Delete API token by ID

`DELETE /tokens/{tokenId}`

Delete an API token by their system-generated ID

## Response `204`

API token deleted successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Token not found
- `500` — Internal service error

## Changes

- **2026-02-13** `2055da1ed488` — 4 breaking, 20 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - …20 more
- **2026-02-05** `42f104b10868` — 39 breaking, 39 warning
  - the `status` response property const value `400` was removed for the status `400`
  - the `status` response property const value `400` was removed for the status `400`
  - the `status` response property const value `400` was removed for the status `400`
  - the `status` response property const value `400` was removed for the status `400`
  - …74 more

[Change history](https://skmtc.dev/lightsparkdev/apis/grid-api/changes/tokens/:tokenId/delete.md)

---

[API](https://skmtc.dev/lightsparkdev/apis/grid-api.md) · [All operations](https://skmtc.dev/lightsparkdev/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lightsparkdev/grid-api/revisions/9ae8cc2fa307/schema)
