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

# Delete API token

`DELETE /tokens/{tokenID}`

## Path parameters

- `tokenID` string, required

## Response `200`

token deleted successful

- SuccessResponse
  - `data` object
  - `status` string

## Other responses

- `403` — deleting token not permitted
- `404` — token not found
- `500` — internal error on deleting token

---

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