Skip to main content
DELETE
/
v2
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.voxo.co/v2/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "tenantId": 123,
  "type": "<string>",
  "url": "<string>",
  "username": "<string>",
  "password": "<string>",
  "authtoken": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

webhookId
number
required

Webhook ID

Required range: x > 0

Response

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