---
title: "Delete a device fingerprint"
method: DELETE
path: "/v2/profiles/{profileId}/device-fingerprints/{deviceFingerprintId}"
tags: ["sca-device-fingerprints"]
---

# Delete a device fingerprint

`DELETE /v2/profiles/{profileId}/device-fingerprints/{deviceFingerprintId}`

Deletes a device fingerprint associated to a profile. Include the `deviceFingerprintId` in the URL to delete a device fingerprint. This ID is provided in the response when the device fingerprint is created.

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

## Path parameters

- `profileId` integer, required
- `deviceFingerprintId` string, uuid, required

## Headers

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

## Response `204`

The device fingerprint has been deleted.

## Other responses

- `404` — The device fingerprint ID does not exist.
- `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)
