# Remove Registration on Effective Date
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/pan-registration-bau-depricated/closing-a-pan/scenario12/index.md

## Effective for a Specific Date to Remove an Account Registered with World Elite {#effective-for-a-specific-date-to-remove-an-account-registered-with-world-elite}

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

* `requestId`: "request11"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceProperties": {
    "accountIdentifierStatus": "A",
    "accountIdentifierClosedDate": "20250310"
  }
}
```

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

* `requestId`: "request11"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "INTERIM",
    "accountIdentifierStatus": "A",
    "accountIdentifierClosedDate": "20250310",
    "accountCategoryCode": "P",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10"
  }
}
```

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

* `requestId`: "request11"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "FINAL",
    "accountIdentifierStatus": "A",
    "accountIdentifierClosedDate": "20250310",
    "accountCategoryCode": "P",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10",
    "actionCodes": [
      "A0000142",
      "A0000142"
    ],
    "serviceClassificationCodes": [
      "PRGR",
      "WESF"
    ]
  }
}
```

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

* `requestId`: "request11"

* JSON

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

