---
title: "Delete API key"
method: DELETE
path: "/management/apikey/{apiKeyID}"
tags: ["API Keys"]
---

# Delete API key

`DELETE /management/apikey/{apiKeyID}`

Deletes an API key by ID

## Path parameters

- `apiKeyID` string, required

## Response `204`

API key deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal server error

---

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