Skip to content

Commit 8c90e38

Browse files
committed
Minor doc corrections
1 parent bbf0d1f commit 8c90e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/_aviate-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ curl -X DELETE \
342342

343343
| Name | Type | Required | Default | Description |
344344
|--------------------|---------|----------|---------|-------------------------------------------------------------
345-
| **force** | boolean | true | none | Whether to force plan deletion |
345+
| **force** | boolean | true | none | Whether to force product deletion |
346346
| **deleteAllPlans** | boolean | false | false | If true, deletes all the plans corresponding to the product |
347347
| **accountId** | UUID | false | none | Account Id for which to create the plan |
348348

@@ -1070,7 +1070,7 @@ Deletes the latest version of the plan. If `allVersions=true` is specified, dele
10701070

10711071
**Note:** Since this is an irreversible operation, the query parameter `force=true` must be specified to proceed with the deletion.
10721072

1073-
**Note:** Retiring a plan simply marks it as "retired" in the database and prevents creating new subscriptions corresponding to the plan. On the other hand, deleting a plan hard deletes it from the database and hence should be done with caution.
1073+
**Note:** Retiring a plan simply marks it as "retired" in the database and prevents creating new subscriptions corresponding to the plan. On the other hand, deleting a plan hard deletes it from the database and this will affect existing subscriptions. This operation should only typically be performed on plans created erroneously to which there are no subscriptions.
10741074

10751075
**HTTP Request**
10761076

0 commit comments

Comments
 (0)