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

# DELETE /key

`DELETE /key`

Revoke an Authentiq ID using email & phone.

If called with `email` and `phone` only, a verification code 
will be sent by email. Do a second call adding `code` to 
complete the revocation.

## Query parameters

- `email` string, required
- `phone` string, required
- `code` string

## Response `200`

Successfully deleted

- object
  - `status` string — pending or done

## Other responses

- `401` — Authentication error `auth-error`
- `404` — Unknown key `unknown-key`
- `409` — Confirm with code sent `confirm-first`
- `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)
