Hookestdocs Postman OpenAPI llms.txt

DELETE/v1/webhooks0 credits

Disable webhook

Turn the account URL off. Pending retries for this account stop. Polling on get prediction stays on.

Plan loss or suspension does this automatically — you do not have to DELETE. After that, GET returns configured: false and nothing is posted to the old URL. Re-subscribe, then set the URL again.

No webhook configured is 404. Needs predict:write on the key. This is a permission on the key, not a request header. Missing it returns 403 api_not_enabled.

Request parameters

No query, path, or JSON body parameters.

Response

{
  "object": "webhook",
  "url": null,
  "configured": false
}

Response fields

NameTypeRequiredDescription
object string Required Always webhook.
url string Nullable Configured HTTPS URL, or null when none is set.
configured boolean Required True only when an HTTPS URL is active.