---
title: "DELETE /key/{PK}"
method: DELETE
path: "/key/{PK}"
tags: ["key", "delete"]
---

# DELETE /key/{PK}

`DELETE /key/{PK}`

Revoke an Identity (Key) with a revocation secret

## Path parameters

- `PK` string, required

## Query parameters

- `secret` string, required

## Response `200`

Successful response

- object
  - `status` string — done

## Other responses

- `401` — Key not found / wrong code `auth-error`
- `404` — Unknown key `unknown-key`
- `default` — Error response

---

[API](https://skmtc.dev/authentiqid/apis/authentiq-api.md) · [All operations](https://skmtc.dev/authentiqid/apis/authentiq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authentiqid/authentiq-api/revisions/b5d106dd3d00/schema)
