DELETE api/2.0/settings/rebranding/company This function requires authentication

Description

Deletes the company white label settings.

Parameters

This method doesn't have any parameters.

Example
DELETE api/2.0/settings/rebranding/company
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Default company white label settings

Example Response
{
  "status": 0,
  "response": {
    "CoreSettings": {
      "BaseDomain": "some text"
    },
    "CompanyName": "some text",
    "Site": "some text",
    "Email": "some text",
    "Address": "some text",
    "Phone": "some text",
    "IsLicensor": true
  }
}