Contents

Unregister a Pass for Update Notifications

Stop sending update notifications for a pass on a device.

URL

DELETE https://yourpasshost.example.com/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}/{serialNumber}

Path Parameters

NameTypeDescription
deviceLibraryIdentifier Requiredstring

The identifier for the device that’s making the request.

passTypeIdentifier Requiredstring

The pass type identifier of the pass to unregister. This value corresponds to the value of the passTypeIdentifier key of the pass.

serialNumber Requiredstring

The serial number of the pass to unregister. This value corresponds to the serialNumber key of the pass.

Header Parameters

NameTypeDescription
Authorization Optionalstring

The authentication for a pass. The value is the word ApplePass, followed by a space, followed by the authenticationToken key of the pass.

Response Codes

StatusReasonTypeDescription
200Device Unregistered

The pass unregistration is successful.

401Request Not Authorized

The request isn’t authorized.

See Also

Pass updates