Skip to main content

Request Parameters

[DELETE]
{{baseUrl}}api/v1/webhook/delete
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
AuthorizationstringPrivate/secret key. Use <key> not Bearer <key>

Body Parameters

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

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

Response Fields

FieldTypeDescription
entitystringConfirmation message indicating the webhook was deleted successfully