# Cancel Bundles
source: https://developer.mastercard.com/benefit-allocation-service-mtls/documentation/use-cases/bundle-operations/cancel_bundles/index.md

#### Overview {#overview}

**Actors:** Issuer developer, Mastercard Global Benefits Platform  

**Preconditions:** The specified bundle(s) are currently assigned to the card; the expiry date is today or a future date  

**Outcome:** The specified bundles are expired on the given expiry date; all other bundle assignments on the card are unaffected  

**Endpoint:** `PUT /card-bundles-cancellations` --- use this endpoint to permanently remove one or more bundles from a card; use [Freeze/Unfreeze](https://developer.mastercard.com/benefit-allocation-service-mtls/documentation/use-cases/card-operations/freeze_unfreeze/index.md) if you need to temporarily suspend all benefit access without removing assignments

Cancels the benefits associated to the card by taking card number, an array of bundles with bundle code and expiry date as the input. The response is an array of bundles that are cancelled on the card for the given expiry date. The benefit allocation service cancel bundle service can:
Diagram cancel_bundles
API Reference: `PUT /card-bundles-cancellations`

### Use Case 1: cancel bundle associated with a card {#use-case-1-cancel-bundle-associated-with-a-card}

1. Cardholder requests the benefit associated with their card be cancelled.
2. Issuer sends a request with a card number, bundle code and expiry date as an input parameter
3. Benefit Allocation Service API returns the benefit bundle codes cancelled with effective and expiration dates. The expiry date will be date sent in the request.

## Additional Information {#additional-information}

1. Look at the [API Reference](https://developer.mastercard.com/benefit-allocation-service-mtls/documentation/api-reference/index.md) for information on how to implement this use case.
2. Look at the [Code and Formats](https://developer.mastercard.com/benefit-allocation-service-mtls/documentation/code-and-formats/index.md) for acknowledgement responses.
