---
title: "Delete Key"
method: DELETE
path: "/v1/clients/{ClientID}/keys/{KeyID}"
tags: ["Key"]
---

# Delete Key

`DELETE /v1/clients/{ClientID}/keys/{KeyID}`

Deletes a Key.

## Path parameters

- `ClientID` string, required
- `KeyID` string, required

## Query parameters

- `Format` string

## Response `200`

The Key is marked for deletion.

- ApiResponseSCEC
  - `SC` integer — [HTTP Status Code](https://developers.tabapay.com/reference/http-status-codes#/)
  - `EC` string — Internal Error Code. This is used to help TabaPay team members trace an error.

## Other responses

- `404` — Key not found
- `410` — Key already marked for deletion

---

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