v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Users

Revoke a user's trusted device

Revokes an active trusted device enrolled by the user.

delete/users/{user_id}/trusted_devices/{trusted_device_id}

Path parameters

user_idstring required

The ID of the user that owns the trusted device

trusted_device_idstring required

The ID of the trusted device to revoke

Response

Success

object'trusted_device' required

String representing the object's type.

idstring required
platform'ios' | 'android' required
app_identifierstring required
namestring nullable
algorithm'ES256' required
status'active' | 'revoked' required
created_atinteger required

Unix timestamp of creation in milliseconds.

updated_atinteger required

Unix timestamp of the last update in milliseconds.

last_used_atinteger nullable

Unix timestamp of the last use in milliseconds.

revoked_atinteger nullable

Unix timestamp of revocation in milliseconds.