---
title: "Delete access token"
method: DELETE
path: "/api/v2/tokens/{id}"
tags: ["Access tokens"]
---

# Delete access token

`DELETE /api/v2/tokens/{id}`

Delete an access token by ID.

## Path parameters

- `id` string, string, required — The ID of the access token to update

## Response `204`

Action succeeded

## Other responses

- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier
- `429` — Rate limited

---

[API](https://skmtc.net/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.net/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/versions/69c5c9aafe78/schema)
