A plan can be deleted if it is no longer needed. A plan cannot be deleted if it has active subscriptions associated with it. You must cancel subscriptions associated with a plan first before you can delete it.
Back Office UI
Delete a Plan
- Click the Recurring menu item.
- Click the Plans tab.
- Select the plan that you want to delete. The corresponding plan info appears.
- Click the Actions button, then select Delete Plan. A confirmation dialog box appears.
- Click the Delete Plan button to proceed.
API Integration
Converge API Resource: Plans
Delete Plan
- Send a Delete Plan DELETE request to /plans/{id}, where id is the plan's resource id. Below is an example of a complete URL where to send the request:
- https://uat.api.converge.eu.elavonaws.com/plans/ry2t4kh4gkrk3h7vq9wx36794gvp
- No response is sent if the request is successful. If an error is encountered, a response is sent from the /plans endpoint.
Example
The following is example of a JSON request for deleting a plan.
DELETE "https://uat.api.converge.eu.elavonaws.com/plans/ry2t4kh4gkrk3h7vq9wx36794gvp"
For response examples, and for the complete and detailed list of parameters, see the Plans resource.