The request for the deleteNotifications operation.

DeleteNotificationsRequest

interface DeleteNotificationsRequest {
    deletionReason: DeleteNotificationsRequestDeletionReasonEnum;
    templateId: string;
}

Properties

The unique identifier that maps each notification status to a reason code.

DeleteNotificationsRequest

templateId: string

The unique identifier of the notification template you used to onboard your application.

DeleteNotificationsRequest