Remove Logo

/logo/remove

Full URL

Arguments

  • token (required)

Info

Removes the whitelabeled Logo from the users account.

Sample Success

{
"code": 200,
"status": "success",
"data": "Successfully updated user"
}

Sample Error

{
"code": 400,
"status": "error",
"data": "Missing Variable: token"
}
{
"code": 500,
"status": "error",
"data": "There was an error removing css"
}