---
title: "Delete a PIN"
method: DELETE
path: "/v2/profiles/{profileId}/pin"
tags: ["sca-pin"]
---

# Delete a PIN

`DELETE /v2/profiles/{profileId}/pin`

Deletes a PIN associated to a profile.

To update a PIN for a profile, use this endpoint followed by [Create a PIN](/api-reference/sca-pin/scapincreate).

{% admonition type="warning" %}
This operation is irreversible.
{% /admonition %}

## Path parameters

- `profileId` integer, required

## Headers

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

## Response `204`

The PIN has been deleted.

## Other responses

- `404` — No PIN has been set up for this profile.
- `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)
