---
title: "Remove an api key."
method: DELETE
path: "/Auth/Keys/{key}"
tags: ["ApiKey"]
---

# Remove an api key.

`DELETE /Auth/Keys/{key}`

## Path parameters

- `key` string, required — The access token to delete.

## Response `204`

Api key deleted.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/revisions/eb6f75af7066/schema)
