# Delete Subscription

| **Description** | Deletes a subscription plan of a path. |
| --------------- | -------------------------------------- |
| **Endpoint**    | `/path/{pathId}/plan/{planId}`         |
| **Method**      | DELETE                                 |

### Access Level Rules

| **Access Level** | edit+ |
| ---------------- | ----- |

### Processing Units

| **Processing units** | 2 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="330">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the path to remove a plan from.</td><td>true</td><td></td></tr><tr><td><code>planId</code></td><td>The id of the subscription plan to delete.</td><td>true</td><td></td></tr></tbody></table>
