UNPKG

passkit-webservice-toolkit

Version:

Integrate Apple Wallet Service with ease

12 lines (11 loc) 601 B
/** * Stop sending update notifications for a pass on a device. * @see https://developer.apple.com/documentation/walletpasses/unregister_a_pass_for_update_notifications */ export declare const UnregisterEndpoint: { method: "DELETE"; path: "/v1/devices/:deviceLibraryIdentifier/registrations/:passTypeIdentifier/:serialNumber"; params: ["deviceLibraryIdentifier", "passTypeIdentifier", "serialNumber"]; toString(): "DELETE /v1/devices/:deviceLibraryIdentifier/registrations/:passTypeIdentifier/:serialNumber"; }; export type UnregisterParams = (typeof UnregisterEndpoint)["params"];