Skip to main content
DELETE
JavaScript

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Path Parameters

id
string<uuid>
required

Unique identifier of the webhook subscription.

Response

200 - application/json

The deleted webhook subscription resource

id
string
required

Unique identifier of the webhook subscription.

type
enum<string>
required

Resource type discriminator.

Available options:
webhook_subscription
url
string
required

The HTTPS URL where webhook events are delivered.

events
enum<string>[]
required

Event types this subscription receives.

Event type the subscription receives.

Available options:
payout.created,
payout.initiated,
payout.paid,
payout.failed,
return.initiated,
return.paid,
return.failed,
return.returned,
deposit.received,
conversion.created,
conversion.completed,
conversion.failed,
account_holder.active,
account_holder.closed
created_at
string<date-time>
required

ISO 8601 UTC timestamp when the subscription was created.

updated_at
string<date-time>
required

ISO 8601 UTC timestamp when the subscription was last updated.