DELETE
/advertising/v1.0/webhooks/{webhookId}
curl \
--request DELETE 'http://apis.public-staging.reas.cz/advertising/v1.0/webhooks/{webhookId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"success": true
}