Remove CSS
/remove_css
- token (required)
- ruser_id (required)
Attempts to remove the custom whitelabel CSS file.
{
"code": 200,
"status": "success",
"data": "Successfully removed custom css"
}
{
"code": 500,
"status": "error",
"data": "Could not remove custom css"
}
Last modified 3yr ago