Skip to main content
POST
JavaScript

Authorizations

X-Ivy-Api-Key
string
header
required

API key for authentication

Headers

Idempotency-Key
string

Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.

Body

application/json
id
any
required

The unique identifier of the webhook subscription to delete

Response

200 - application/json

Returns success if deleted, an error otherwise.

success
boolean
required

Whether the webhook subscription was successfully deleted