Asymetryczne żądanie odwołania zgłoszenia własności co najmniej 100 tys. urządzeń dla co najmniej 1 klienta.
Asynchroniczne metody interfejsu API zwracają wynik przed zakończeniem przetwarzania. Pomagają też Twojej aplikacji (lub narzędziu) w reagowaniu na działania użytkowników, gdy oczekują na zakończenie długo trwającej operacji. Aplikacja powinna wywoływać funkcję getOperation, aby okresowo sprawdzać stan operacji.
Urządzenie nie jest już przeznaczone do przetwarzania.
vendorParams
map
Nie
Dodatkowe pola, para klucz-wartość określona przez dostawcę. Uwaga: żądania z klasy ResellerService utworzonej przez SamsungResellerServiceFactory muszą określać customerId w vendorParams.
[null,null,["Ostatnia aktualizacja: 2024-11-09 UTC."],[[["This API provides an asynchronous method to unclaim up to 100,000 devices from one or more customers."],["The `unclaimDevicesAsync` method is used to initiate the unclaiming process, and it allows your application to remain responsive during long operations."],["The `ResellerService` only allows unclaiming for one customer per request and will fail with `INTERNAL_SERVER_ERROR` if multiple customer IDs are in a single request."],["The `UnclaimDevicesRequest` requires a list of `DeviceUnclaim` objects and may include vendor-specific parameters, while requests from the `SamsungResellerServiceFactory` must specify a `customerId`."],["The `getOperation` method can be used to check the status of the `UnclaimDevices` operation, which can return a list of error codes if an issue happens."]]],[]]