delete https://www.bankingcircleconnect.com/api/v1/notificationselfservice/subscription/
This endpoint allows you to delete an existing subscription.
Before you can delete a subscription, you must first obtain the subscription id and concurrency token (also known as the RowVersion
property) for the specific subscription, as we have concurrency controls in place for DELETE actions
You can retrieve these two values by calling GET/api/v1/notificationselfservice/subscription
.
You can read more about our concurrency handling here.