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>'
{
  "error": {
    "code": "authentication_failed",
    "message": "No such token"
  }
}

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