---
title: "Delete API token"
method: DELETE
path: "/public/v1/accounts/api-tokens/{id}"
tags: ["ApiTokens"]
---

# Delete API token

`DELETE /public/v1/accounts/api-tokens/{id}`

Delete API token.
Available for all account types (Operations account, Client account, Vendor account).
Permanently removes the API token; it can no longer be used for authentication.
Returns 204 No Content on success.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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