sca-device-fingerprints

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

delete/v2/profiles/{profileId}/device-fingerprints/{deviceFingerprintId}

Path parameters

profileIdinteger required

The profile ID.

deviceFingerprintIdstring uuid required

The device fingerprint ID.

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Response

The device fingerprint has been deleted.

Changes