---
title: "Delete a system API key"
method: DELETE
path: "/v1/system/api_keys/{api_key_id}"
tags: ["api_keys"]
---

# Delete a system API key

`DELETE /v1/system/api_keys/{api_key_id}`

Permanently revoke a system API key. The key stops working immediately. Restricted to admins.

## Path parameters

- `api_key_id` string, required — The GlobalID of the system API key.

## Response `204`

No content returned on successful deletion.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — System API key not found.
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/5339b2afd3a2/schema)
