Remove Logo

/remove_logo

Full Url

Arguments

  • token (required)
  • ruser_id (required)

Description

Attempts to remove the custom whitelabel logo.

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully removed custom logo"
}

Example Error

{
"code": 500,
"status": "error",
"data": "Could not remove custom logo"
}