Cancel Active Subscriptions
The client can cancel the active subscriptions for a user
POST
{API_URL}/client/cancel-subscriptions/{userId}
Auth required: YES
Please pass your API key as the username and API secret as the password as basic auth to access the endpoint.
{ "message": "Subscriptions Cancelled Successfully" }
Last updated