---
title: "Delete API key"
method: DELETE
path: "/public/v1/accounts/tokens/{token_id}/"
tags: ["API Keys"]
---

# Delete API key

`DELETE /public/v1/accounts/tokens/{token_id}/`

## Path parameters

- `token_id` integer, required

## Response `204`

API key deleted

## Other responses

- `400` — Bad request — invalid or missing parameters.
- `401` — Unauthorized — missing or invalid API key.
- `404` — Token not found
- `422` — Unprocessable entity — validation failed.

---

[API](https://skmtc.net/influencers/apis/core-api-concepts.md) · [All operations](https://skmtc.net/influencers/apis/core-api-concepts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influencers/core-api-concepts/versions/cd6c016f2cd6/schema)
