{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Real Card API", "version": "1.0" }, "items": [ { "info": { "name": "Real Card", "type": "folder" }, "items": [ { "info": { "name": "Delete all virtual cards linked to a real card", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/real-card-accounts/:account_guid", "params": [ { "name": "account_guid", "value": "8f242496-b71a-11eb-8529-0242ac130003", "type": "path", "description": "The globally unique identifier of the card being queried" } ] }, "docs": "This endpoint allows users to delete all virtual cards linked to a real card account_guid" } ] } ], "bundled": true }