---
title: "Delete a single authentication token by ID"
method: DELETE
path: "/v1/core/auth/tokens/{id}"
---

# Delete a single authentication token by ID

`DELETE /v1/core/auth/tokens/{id}`

Delete a single authentication token within a given org by ID. Can only be used with org-group tokens.

## Path parameters

- `id` string, required

## Response `200`

Delete a single authentication token by ID

- object
  - `tokenId` string, required
  - `tokenName` string, required
  - `organizationId` string, required
  - `authorizedOrgGroupId` string, nullable, required — The ID of the org-group that this token is authorized to act as. Default null.
  - `parentOrgGroupTokenId` string, nullable, required — The ID of the org-group-token that created this org-scoped token. Will be null for tokens created through the UI.
  - `createdAt` string, required
  - `createdBy` string, nullable, required — The Siro uid of the user who created the token.

---

[API](https://skmtc.dev/siro/apis/swagger-api.md) · [All operations](https://skmtc.dev/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siro/swagger-api/revisions/9995339a94c6/schema)
