Remove Logo
/logo/remove
- token (required)
Removes the whitelabeled Logo 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"
}
Last modified 3yr ago