Skip to main content

Clear notifications

DELETE 

/v1/notifications/clean/:userNotificationId

Clear notifications

This endpoint allows clients to remove all transaction and ordinary notifications associated with a specific user notification ID. It accepts a UUID as the user notification ID through the URL path. Upon successful deletion, it returns a 200 status code indicating that the notifications have been cleared. If an internal server error occurs during the process, it responds with a 500 status code along with an error message.

Request

Path Parameters

    user_notification_id stringrequired

    User notification id

    userNotificationId uuidrequired

Responses

Notifications cleared

Loading...