v1
latestOpenAPI 3.1.02026-07-131991131.4 KBWebhooks
Remove a webhook
Removes the specified webhook.
delete/api/v1/webhooks/{id}
Path parameters
idstring uuid required
Example:webhook id, uuid format
ID of the webhook.
Headers
X-Merchant-Codestring required
Example:code provided to you from Tabby side
Used for multi store/countries setup, please contact your Account manager to recognize that
Response
Webhook was deleted successfully.
Example response
{
"status": "ok"
}