Last updated 2 years ago
API to delete an existing webhook registration by event topic
A successful response.
const response = await fetch('/v1/businesses/{businessId}/delete/webhooks/{webhookId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "message": "text", "details": [ { "typeUrl": "text", "value": "Ynl0ZXM=" } ] }