Cancel a subscription
Cancel an active subscription in the payment system.
put/subscription/cancel
Request body
Example request
{
"cancel_at_period_end": true
}Response
Subscription canceled successfully.
Example response
{
"success": true
}Cancel an active subscription in the payment system.
{
"cancel_at_period_end": true
}Subscription canceled successfully.
{
"success": true
}