# Segment Cancel
source: https://developer.mastercard.com/benefit-allocation-service-mtls/documentation/use-cases/cancel_segment/index.md

#### Overview {#overview}

Cancels the benefits associated to the card by taking card number, segment name and effective date as the input. The response is an array of bundles that are cancelled on the card for the given effective date. Exactly one input segment is supported at this time. The benefit allocation service cancel segment service can:

* Cancel a segment associated with a card.

Diagram cancel

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

1. Cardholder requests the benefit associated with their card be cancelled.
2. Issuer sends a request with a card number, segment code and expiry date as an input parameter
3. Benefit Allocation Service API returns the segment benefit 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.
