Delete a webhook

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

Endpoint for deleting webhooks.

Path parameters

  • webhookId string Required

Responses

  • 200 application/json

    Webhook successfully deleted

    Hide response attribute Show response attribute object
    • success boolean Required
  • 404

    Webhook was not found.

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