Deletes the portal color theme with the ID specified in the request.
Name | Description | Type | Example |
id
sent in body
|
Portal theme ID | number | 1234 |
DELETE api/2.0/settings/colortheme Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "id": 1234 }
Portal theme settings: custom color theme settings, selected or not, limit
application/json
{ "status": 0, "response": { "Selected": 1234, "Limit": 1234 } }
text/xml
<result> <status>0</status> <response> <Selected>1234</Selected> <Limit>1234</Limit> </response> </result>