Ozow Hub
DELETEhttps://one.ozow.com/v1/webhooks/{id}Production

Delete a webhookWebhook A URL of yours that Ozow calls when something happens, rather than you polling to find out. The call carries no credential of yours and arrives at a public URL, so authenticate it before acting on it: a hash field on the Payments API, a Svix signature on One API. subscription.

Authentication

  • OAuth 2.0
    scopeswebhooks

Path parameters

  • id string required

    The unique identifier of the webhookWebhook A URL of yours that Ozow calls when something happens, rather than you polling to find out. The call carries no credential of yours and arrives at a public URL, so authenticate it before acting on it: a hash field on the Payments API, a Svix signature on One API. subscription.

Header parameters

  • X-Correlation-ID string

    Optional correlation id for the request, if not supplied a new one will be generated and passed onto all underlying requests and returned as a header.

Responses

204 No Content
  • X-Correlation-ID header

    The correlation id for the request that was processed.