How to manage unsubscribe requests?
You can cancel a user’s subscription directly through the 4Geeks Console or programmatically via the API. This gives the plan owner full control to manage cancellations without relying on the user to do it themselves.
Via the Console¶
- Log in to the 4Geeks Console.
- Navigate to the Sales -> Recurring Plans section (or the specific Plan details).
- Locate the specific subscription you wish to cancel.
- Select the option to Cancel Subscription directly from the interface.
Via the API¶
You can programmatically cancel a subscription by sending a DELETE request to the Subscription API endpoint. This sets the subscription status to cancelled and stops future billing cycles.
- Login or signup into Console.
- Check out the changelog.
- Contact our enterprise support team.