Request Parameters

[DELETE]
{{baseUrl}}api/v1/webhook/delete
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key

Body Parameters

ParameterTypeDescriptionRequired
servicestringType of services e.g sms, kyc_widget, addressYes

Response Sample
Response
{
  "entity": "webhook deleted successfully"
}