Removes a webhook from a process
Request
DELETE https://{hostname}:{port}
/cli/application/{application}/webhooks/{webhook}
| Parameter | Type | Required | Description |
|---|---|---|---|
| webhook | string | true | ID of webhook to remove |
| application | string | true | ID of application |
Related CLI command: removeWebhookFromApplication.