v2
OpenAPI 3.0.12026-07-2693281951.6 KBNotifications
Delete Event Subscription
Used to unsubscribe to notifications relating to a specified event type.
delete/notifications/event-subscriptions/{eventTypeId}
Path parameters
eventTypeIdstring required
Valid event type Id
Unique identifier of the event type (for which notifications will be sent).
Headers
sub-applicationstring uuid
The sub-application ID for which event type will be deleted
Response
Event subscription deleted successfully
Example response
{
"data": {
"eventTypeId": "payment.status.completed",
"applicationId": "2698db90-6635-4f76-b673-5ce8e2aeda0e",
"created": "28-07-2021 15:47:03"
}
}