delete https://api.wp.pro/v1/site//addons/
You can add or remove site addons whenever you want. The calculation is then made on a pro-rata basis (per started hour).
Response
You can add or remove site addons whenever you want. The calculation is then made on a pro-rata basis (per started hour).
xxxxxxxxxx
import wppro from '@api/wppro';
wppro.siteAddonDisconnect({site_id: 'site_id', addon: 'addon_powerpack_1'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));
xxxxxxxxxx
{
"success": true,
"message": "string"
}