# Single Rule Delete
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/are-enablement/9-single-rule-delete/index.md

Account range and rule ID is passed.

### Endpoint - DELETE {#endpoint---delete}

* Sandbox
* Production

```Sandbox
https://sandbox.api.mastercard.com/asc/acs-api/account-ranges/delete-registrations
```

```Production
https://api.mastercard.com/asc/acs-api/account-ranges/delete-registrations
```

### Account Range Request API {#account-range-request-api}

* `requestId`: "request6"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountRangeStart": "5XXXXXXXXXXXXXXXXXX",
  "accountRangeEnd": "5XXXXXXXXXXXXXXXXXX",
  "accountLevelManagement": {
    "productRuleId": "94031e99-8d47-4caa-bffd-fd0bdcafd74f"
  }
}
```

### Account Range Response API {#account-range-response-api}

* `requestId`: "request6"

* JSON

```JSON
{
  "message": "The account range and/or associated product rule(s) for the requested account range have been successfully deleted."
}
```

