# Remove a PAN from PGP effectively immediately
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/pan-registration-bau-depricated/product-graduating-a-pan/remove-pan-from-pgp-immediately/index.md

## Removing a PAN from Product Graduation Plus Registered with a Small Business Product Code {#removing-a-pan-from-product-graduation-plus-registered-with-a-small-business-product-code}

### Account Catalog Services API Request {#account-catalog-services-api-request}

* `requestId`: "request17"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountLevelManagementServiceProperties": {
    "accountIdentifierStatus": "A",
    "productGraduationProductCode": "XXX"
  }
}
```

### Account Catalog Services API Response {#account-catalog-services-api-response}

* `requestId`: "request17"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "INTERIM",
    "accountIdentifierStatus": "A",
    "productGraduationProductCode": "XXX",
    "accountCategoryCode": "",
    "almServiceCode": "00126",
    "almServiceProductCode": "XXX",
    "almServiceProductClass": "XXX",
    "almServiceRateType": "XXX"
  }
}
```

### Account Catalog Services detail response API {#account-catalog-services-detail-response-api}

* `requestId`: "request17"
* authorization: "respKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "FINAL",
    "accountIdentifierStatus": "A",
    "productGraduationProductCode": "",
    "accountCategoryCode": "",
    "almServiceCode": "00126",
    "almServiceProductCode": "",
    "almServiceProductClass": "XXX",
    "almServiceRateType": "XXX",
    "actionCodes": [
      "A0000102",
      "A0000126"
    ],
    "serviceClassificationCodes": [
      "PRGR",
      "PRGR"
    ]
  }
}
```

### Account Catalog Services detail response API Acknowledgment {#account-catalog-services-detail-response-api-acknowledgment}

* `requestId`: "request17"

* JSON

```JSON
{
  "message": " Request has been accepted successfully."
}
```

