Delete a webhook

DELETE /advertising/v1.0/webhooks/{webhookId}

Endpoint for deleting webhooks.

Responses

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