{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Acquirer API", "version": "1.0" }, "items": [ { "info": { "name": "Acquirer", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Delete Existing Acquirer Reference Id and Card Acceptor Id Pair", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/sub-merchants/:guid/locations/:location_id/acquirer-merchant-ids/:acquirer_merchant_id", "headers": [ { "name": "User-Id", "value": "princess.diana" }, { "name": "Submitter-First-Name", "value": "Diana" }, { "name": "Submitter-Last-Name", "value": "Princess" } ], "params": [ { "name": "guid", "value": "jK2dA5aybhQQBq6C", "type": "path", "description": "Consumer Clarity internal merchant's GUID" }, { "name": "location_id", "value": "Mxyz123", "type": "path", "description": "Unique identifier of location" }, { "name": "acquirer_merchant_id", "value": "Mxyz123", "type": "path", "description": "Unique identifier of Acquirer Reference Id and Card Acceptor Id Pair" } ] }, "docs": "Returns 204 status code if acquirer reference ID and card acceptor ID pair deleted successfully" } ] } ], "bundled": true }