Delete a Webhook
Deletes a webhook and stops the notifications Yuno sends to its URL
url, and returns the webhook it deleted so you keep a record of the events it was subscribed to.
To stop the notifications and keep the configuration, set state to INACTIVE with Update a Webhook instead.Authorizations
Path Parameters
The unique identifier of the webhook, as returned by List Webhooks.
"12345"
Query Parameters
The unique identifier of the account the webhook belongs to.
"493e9374-510a-4201-9e09-de669d75f256"
Response
The webhook you deleted.
The unique identifier of the webhook.
"12345"
The unique identifier of the account the webhook belongs to.
"493e9374-510a-4201-9e09-de669d75f256"
Your name for the webhook.
"Production payments listener"
ACTIVE webhooks receive notifications, INACTIVE ones do not. A webhook starts out ACTIVE.
ACTIVE, INACTIVE "ACTIVE"
The endpoint Yuno sends the notifications to.
"https://api.acme.com/yuno/webhooks"
Masked as ***, or null when you have not configured it.
"***"
Masked as ***, or null when you have not configured it.
"***"
Masked as ***, or null when you have not configured it.
"***"
Your token endpoint.
"https://api.acme.com/oauth/token"
Masked as ***, or null when you have not configured it.
"***"
The client identifier Yuno authenticates with.
"acme_client_id"
The grant type Yuno requests the token with.
"client_credentials"
The scope Yuno requests the token with.
"webhooks:write"
The header Yuno sends the token in.
"Authorization"
Whether Yuno also sends the client identifier as a header on the token request.
true
The enrollment events the webhook subscribes to.
The payment events the webhook subscribes to.
The report events the webhook subscribes to.
The subscription events the webhook subscribes to.
The onboarding events the webhook subscribes to.
How many days before a renewal Yuno sends the CLOSE_TO_RENEWAL notification.
5
The date and time the webhook was created, in ISO 8601.
"2026-07-09T13:05:36.482913Z"
The date and time the webhook was last updated, in ISO 8601. It matches created_at until you update the webhook for the first time.
"2026-07-11T16:20:44.918330Z"