This function deletes a cPanel style.
Important:
This function cannot delete cPanel-provided styles.
name required | string The style's name. Remember: This function cannot delete cPanel-provided ( Example: name=mystyle |
type required | string The style's type.
Important: Only the
Remember: This function cannot delete cPanel-provided ( Example: type=reseller |
object |
whmapi1 --output=jsonpretty \ remove_style \ type='reseller' \ name='mystyle'
{- "metadata": {
- "command": "remove_style",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}