Skip to main content
DELETE
/
v1
/
webhooks
/
{webhook_id}
Delete a webhook
curl --request DELETE \
  --url https://prod.truv.com/v1/webhooks/{webhook_id}/ \
  --header 'X-Access-Client-Id: <api-key>' \
  --header 'X-Access-Secret: <api-key>'
This response has no body data.

Authorizations

X-Access-Client-Id
string
header
required

Client ID

X-Access-Secret
string
header
required

Client Access Key

Path Parameters

webhook_id
string
required

Webhook ID

Response