curl --location --request DELETE '/rest/api/3/webhook' \
--header 'Content-Type: application/json' \
--data-raw '{
    "webhookIds": [
        10000,
        10001,
        10042
    ]
}'{
    "errorMessages": [
        "string"
    ],
    "errors": {
        "property1": "string",
        "property2": "string"
    },
    "status": 0
}