cURL
curl --request POST \ --url https://order.edisglobal.com/kvm/v2/cancel/product \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data email=yourwhmc_email \ --data pw=yourwhmcs_password \ --data kvmid=kvm_xxxxx_yyyyy \ --data serviceid=1234 \ --data 'type=End of Billing Period'
{ "status": "success", "serviceid": 123456, "clientid": 123 }
To cancel a VPS product, provide either the KVM ID or service ID, along with the type of cancellation you wish to proceed with.
Successfully canceled the product.
The response is of type object.
object
Was this page helpful?