---
title: Unregister a Pass for Update Notifications
framework: walletpasses
role: symbol
role_heading: Web Service Endpoint
path: walletpasses/unregister-a-pass-for-update-notifications
---

# 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

deviceLibraryIdentifier: The identifier for the device that’s making the request. passTypeIdentifier: The pass type identifier of the pass to unregister. This value corresponds to the value of the passTypeIdentifier key of the pass. serialNumber: The serial number of the pass to unregister. This value corresponds to the serialNumber key of the pass.

## Header Parameters

Authorization: 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

200 Device Unregistered: The pass unregistration is successful. 401 Request Not Authorized: The request isn’t authorized.

## See Also

### Pass updates

- [Adding a Web Service to Update Passes](walletpasses/adding-a-web-service-to-update-passes.md)
- [Register a Pass for Update Notifications](walletpasses/register-a-pass-for-update-notifications.md)
- [Get the List of Updatable Passes](walletpasses/get-the-list-of-updatable-passes.md)
- [Send an Updated Pass](walletpasses/send-an-updated-pass.md)
- [Log a Message](walletpasses/log-a-message.md)
- [PushToken](walletpasses/pushtoken.md)
- [SerialNumbers](walletpasses/serialnumbers.md)
- [LogEntries](walletpasses/logentries.md)
