Disable Webhook
Disable a webhook.
/webhooks/disable/:webhook_id
Path Parameters
Name
Type
Description
{
status: true,
message: 'Webhook disabled successfully',
data: {
active: false,
event: ['shipment.created'],
live: true,
name: 'Shipment Create',
url: 'https://terminal-africa.com/webhooks/shipmonk',
user: '6aVb7978zZYmke2gJPF9WppUEWvvK5OU',
webhook_id: 'WA-70919934470',
created_at: '2021-07-13T20:25:53.011Z',
updated_at: '2021-07-13T20:25:53.011Z'
}
}Last updated
Was this helpful?