Documentation

Deleting a specific webhook.

DELETE hook/{id}

Used for

Deleting a specific webhook.

Authentication

User needs to be logged in - Administrator level.

Parameters

Parameter Description Required Example
id The ID of the webhook Yes 1

Example

Delete webhook 1.

DELETE api/rest/hook/1 
Response: 
"Hook deleted"
The following right may be necessary in order to use this functionality.