Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://api.conduit.financial/webhooks/{id} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Secret: <api-key>'
{}

Authentication

❌ Account User (AccountUser)
✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Webhooks:Delete: Always required.

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Path Parameters

id
string
required

Webhook ID

Response

Webhook deleted successfully

The response is of type object.