---
title: "Delete PIN"
method: DELETE
path: "/v1/users/{userId}/pin"
tags: ["user-security"]
deprecated: true
---

# Delete PIN

`DELETE /v1/users/{userId}/pin`

> **Deprecated.**

Remove the PIN from the user's account.

{% admonition type="warning" %}
This endpoint is restricted and requires both a client credentials token and additional access to use. Please speak with your implementation manager if you would like to use this API.
{% /admonition %}

## Path parameters

- `userId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `204`

PIN is deleted successfully.

## Other responses

- `404` — PIN is not setup for this user.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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