Unregister a device to receive push notifications
DELETE
/wallet/apple-web-service/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}/{serialNumber}
curl \
--request DELETE 'https://domain.tld/api/v2/wallet/apple-web-service/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}/{serialNumber}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthorized."
}