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