delete https://api.wp.pro/v1/site//rules/
Response
xxxxxxxxxx
import wppro from '@api/wppro';
wppro.siteRuleDel({site_id: 'site_id', rule_id: 'rule_id'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));
xxxxxxxxxx
{
"success": true,
"message": "string",
"result": {
"rule_id": "string"
}
}