# Delete a release rule

`DELETE https://api.cademi.com.br/api/v3/products/{product_id}/access-schedules/{access_schedule_id}/rules/{release_rule_id}`

Operation ID: `products.access_schedules.rules.delete` · API v3

Removes the node's own release rule so that the node inherits the rule of its parent again.

At the `product` level there is no parent to inherit from, so removing the rule sets it to `free`.

Required permissions: `access_schedules.delete`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `product_id` | path | string | yes |  |
| `access_schedule_id` | path | string | yes |  |
| `release_rule_id` | path | string | yes |  |

## Responses

### 204

The release rule was removed, or reset to free at the product level.

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

### 404

The access schedule or node was not found for this product or is not accessible with the current credentials.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
