Delete a webhook registration for business
delete
API to delete an existing webhook registration by event topic
Authorizations
Path parameters
businessIdstringRequired
webhookIdstringRequired
Responses
200
A successful response.
application/json
Responseobject
201
Successful response indicating that the webhook registration was removed.
application/json
default
An unexpected error response.
application/json
delete
DELETE /v1/businesses/{businessId}/delete/webhooks/{webhookId} HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
{}
Last updated