Skip to main content
DELETE
Delete the registered webhook for this API key
Removes the webhook registration. HydraDB stops sending deliveries, and the stored signing secret is discarded along with the registration. To stop signing deliveries while keeping the webhook itself, call DELETE /webhooks/indexing/signing-secret instead. See Manage the signing secret.

Authorizations

Authorization
string
header
required

API key sent as a Bearer token: "Bearer prefix.secret"

Response

OK

data
object
Example:
error
object

Error message, empty string on success.

Example:
meta
object
Example:
success
boolean

Whether the request succeeded.

Example:

true