user-security
Delete Device Fingerprint
Remove a specific device fingerprint from the allowed devices of a user.
{% 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 %}
delete/v1/users/{userId}/partner-device-fingerprints/{deviceFingerprintId}
Path parameters
userIdinteger required
User ID.
deviceFingerprintIdstring uuid required
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
Device fingerprint has been successfully removed.
Changes
No recorded changes to this endpoint across all 5 revisions of this API.