Delete a webhook
DELETE /api/v1/eventConfigurations/<webhookID>
Deletes a webhook.
An empty 200 OK response means that the deletion was successful.
RequestResponse
curl -X DELETE '<baseURL>/api/v1/eventConfigurations/7050346545d5447da57b64be6416ac78' \
-H 'Authorization: Bearer <bearerToken>' \
-H 'Accept: application/json'