diff --git a/src/libs/actions/CompanyCards.ts b/src/libs/actions/CompanyCards.ts index eb563ef83843..b66967cb603f 100644 --- a/src/libs/actions/CompanyCards.ts +++ b/src/libs/actions/CompanyCards.ts @@ -277,23 +277,6 @@ function unassignWorkspaceCompanyCard(workspaceAccountID: number, bankName: stri }, }, ], - - successData: [ - { - onyxMethod: Onyx.METHOD.MERGE, - key: `${ONYXKEYS.COLLECTION.WORKSPACE_CARDS_LIST}${workspaceAccountID}_${bankName}`, - value: { - [cardID]: null, - }, - }, - { - onyxMethod: Onyx.METHOD.MERGE, - key: ONYXKEYS.CARD_LIST, - value: { - [cardID]: null, - }, - }, - ], }; const parameters = {