DELETE
/
api
/
v1
/
webhooks
/
{id}
curl --request DELETE \
  --url https://api.tabby.ai/api/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Merchant-Code: <x-merchant-code>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Merchant-Code
string
required

Used for multi store/countries setup, please contact your Account manager to recognize that

Example:

"code provided to you from Tabby side"

Path Parameters

id
string
required

ID of the webhook.

Example:

"webhook id, uuid format"

Response

200
application/json

Webhook was deleted successfully.

The response is of type object.