Removes a webhook from a process
Request
DELETE https://{hostname}:{port}
/cli/process/{process}/webhooks/{webhook}
| Parameter | Type | Required | Description |
|---|---|---|---|
| process | string | true | Id or name of process |
| webhook | string | true | Id of webhook |
Related CLI command: removeWebhookFromProcess.