# Delete a device fingerprint

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 %}

Endpoint: DELETE /v2/profiles/{profileId}/device-fingerprints/{deviceFingerprintId}
Security: UserToken

## Path parameters:

  - `profileId` (integer, required)
    The profile ID.

  - `deviceFingerprintId` (string, required)
    The device fingerprint ID.


## Response 204 fields

## Response 404 fields
