Delete Webhook

Delete an existing webhook.

/webhooks/:webhook_id

DELETE https://api.terminal.africa/v1/webhooks/:webhook_id

This endpoint allows you to delete an existing webhook.

Path Parameters

NameTypeDescription

webhook_id*

String

Unique identifier for webhook to be deleted.

Headers

NameTypeDescription

Authorization*

string

Set value to Bearer SECRET_KEY

{
    status: true,
    message: 'Webhook deleted successfully'
}

Last updated