delete https://cubi-sandbox-api.customersbank.com/webhooks/v1/
This endpoint enables a user to unsubscribe from a specific webhook by removing it from their subscriptions.
Responses
This endpoint enables a user to unsubscribe from a specific webhook by removing it from their subscriptions.
xxxxxxxxxx
curl --request DELETE \
--url https://cubi-sandbox-api.customersbank.com/webhooks/v1/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "string"
}