Remove CSS
/css/remove
- token (required)
Removes the whitelabeled CSS from the users account.
{
"code": 200,
"status": "success",
"data": "Successfully updated user"
}
{
"code": 400,
"status": "error",
"data": "Missing Variable: token"
}
{
"code": 500,
"status": "error",
"data": "There was an error removing css"
}