---
title: "Delete API Key"
method: DELETE
path: "/api-keys/{id}"
tags: ["API Keys"]
---

# Delete API Key

`DELETE /api-keys/{id}`

Permanently deletes an API key. This action cannot be undone. Once deleted, the API key will no longer be able to authenticate API requests.

## Path parameters

- `id` string, required

## Response `204`

API key deleted successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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