v1
latestOpenAPI 3.1.02026-07-245644294.6 KBSubscriptions
Cancel pending products change
Cancel a pending products change. This endpoint allows canceling a product update that is still in pending status (before payment confirmation).
post/api/public/v1/subscriptions/{id}/cancel_products_change
Path parameters
idstring required
Subscription ID (integer)
Headers
Authorizationstring required
Response
Products change cancelled successfully
Example response
{
"success": true,
"message": "Subscription products change cancelled successfully"
}