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

Description

Removes the tenant webhook with the ID specified in the request.

Parameters
Name Description Type Example
id
sent in url
Webhook ID number 1234
Example
DELETE api/2.0/settings/webhook?id=1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Tenant webhook with its config parameters

Example Response
{
  "status": 0,
  "response": {
    "Id": 1234,
    "Name": "some text",
    "Uri": "some text",
    "SecretKey": "some text",
    "Enabled": true,
    "SSL": true
  }
}