Delete a trusted device that belongs to the user.
DELETE
/api/users/{userId}/trusted-devices/{trustedDeviceId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/users/{userId}/trusted-devices/{trustedDeviceId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"