Skip to main content
DELETE
Delete Webhook

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Webhook ID

Pattern: ^[1-9]\d*$

Response

200 - application/json

Deleted webhook

id
number
required

Webhook ID

tenantId
number
required

Tenant ID

type
string
required

Webhook event type

url
string
required

Callback URL

username
string | null
required

Basic auth username

password
string | null
required

Basic auth password

authtoken
string | null
required

Auth token