Removes the tenant webhook with the ID specified in the request.
Name | Description | Type | Example |
id
sent in url
|
Webhook ID | number | 1234 |
DELETE api/2.0/settings/webhook?id=1234 Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Tenant webhook with its config parameters
{ "status": 0, "response": { "Id": 1234, "Name": "some text", "Uri": "some text", "SecretKey": "some text", "Enabled": true, "SSL": true } }