# Delete an ACH positive pay rule

**DELETE** `/ach-positive-pay-rules/{ach_positive_pay_rule_id}`

Delete an ACH positive pay rule by its ID.

### Path Parameters

- `ach_positive_pay_rule_id` `string` _(required)_ — Unique identifier for the ACH positive pay rule.

**Request**

```shell
curl -XDELETE 'https://api.column.com/ach-positive-pay-rules/<positive_pay_rule_id>' \
  -u :<YOUR API KEY> \
```

**Response 200**

```json
{}
```
