# Delete Card Art Associations
source: https://developer.mastercard.com/mdes-digital-card-art-service/documentation/use-cases/delete/index.md

When you remove the card art linked to an FPAN; all associated tokens will revert to the default card art defined in the digital wallet configuration.
Diagram delete-card-art

### Steps {#steps}

1. Cardholder logs in to the issuer's mobile app which retrieves and displays the current card art.
2. The cardholder chooses the **Remove Card Image** option in the app.
3. The issuer app sends the request to the issuer server to remove the selected card image.
4. The issuer server calls MDES to delete the card art association from the card.
5. MDES updates all linked digital wallet tokens and sends a notification to the wallet app to restore the original or default card art.
6. The app informs the cardholder that the update is complete and the wallet app now displays the original card design.

### Endpoint {#endpoint}


API Reference: `GET /static/card-arts/{card_art_id}`


API Reference: `GET /card-arts/associations/deletions`

<br />

### Additional Information {#additional-information}

Refer to the [MDES Manager Application User Guide](https://trc-techresource.mastercard.com/r/bundle/m_mdesmug_en-us/page/d/en-US/rbc1587550759699.html) for information on uploading card art asset.
