---
title: "disableBackgroundDelivery(for:)"
framework: financekit
role: symbol
role_heading: Instance Method
path: "financekit/financestore/disablebackgrounddelivery(for:)"
---

# disableBackgroundDelivery(for:)

Disables background delivery for the specified types.

## Declaration

```swift
func disableBackgroundDelivery(for types: [FinanceStore.BackgroundDataType])
```

## Parameters

- `types`: The types of data to disable updates for.

## Discussion

Discussion The app’s background delivery extension will no longer receive updates when data of the given types change in the finance store.

## See Also

### Instance Methods

- [disableAllBackgroundDelivery()](financekit/financestore/disableallbackgrounddelivery().md)
- [enableBackgroundDelivery(for:frequency:)](financekit/financestore/enablebackgrounddelivery(for:frequency:).md)
