---
title: "Delete token"
method: DELETE
path: "/auth/v1/mfa/token/expire"
---

# Delete token

`DELETE /auth/v1/mfa/token/expire`

Delete or expire token generated by MFA OTP or password validation APIs.

## Request body

- object
  - `brand` string, required — Brand or organisation for which the token is generated.
  - `deviceId` string, required — Unique ID of the device that generated the MFA token.
  - `token` string, required — Token generated by `mfa/otp/validate`or`/mfa/password/validate`.
  - `identifierType` 'MOBILE' | 'EMAIL' | 'USERNAME' | 'EXTERNALID', required — Type of identifier to identify the customer.
  - `identifierValue` string, required — Value of the identifier.

## Response `200`

200

- object
  - `status` object
    - `success` boolean
    - `code` integer
    - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
