Skip to main content
DELETE
Remove a dispute webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <secret_key>, where <secret_key> is your secret_key.

Headers

X-Merchant-Code
string
required

Merchant code the request is scoped to. Required on every dispute-webhook request, even when your secret key maps to a single merchant; case-insensitive.

Example:

"code provided to you from Tabby side"

Path Parameters

id
string<uuid>
required

ID of the webhook.

Example:

"webhook id, uuid format"

Response

Webhook was deleted successfully.

status
string
Example:

"ok"