curl --location --request DELETE 'http://jira.local:8080/jira/rest//rest/api/3/webhook' \ --header 'Content-Type: application/json' \ --data-raw '{ "webhookIds": [ 10000, 10001, 10042 ] }'
{}