DELETE api/2.0/settings/colortheme This function requires authentication

Description

Deletes the portal color theme with the ID specified in the request.

Parameters
Name Description Type Example
id
sent in body
Portal theme ID number 1234
Example
DELETE api/2.0/settings/colortheme
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "id": 1234
}
Returns

Portal theme settings: custom color theme settings, selected or not, limit

Example Response
{
  "status": 0,
  "response": {
    "Selected": 1234,
    "Limit": 1234
  }
}